UIPluginPermissionsResult
UIPluginPermissionsResult
Array of results for the NSXi platform UI plugin query composed of feature APIs and their permissions
JSON Example
{
"results": [
{
"feature": "string",
"permission": "string"
}
]
}