Authorization Manager Retrieve All Permissions
Finds all permissions defined in the system.
The result is restricted to the managed entities visible to the user making the call.
Required privileges: System.View
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId, in this case AuthorizationManager/{moId}.
The vSphere release schema. The current specification covers vSphere 9.1.0.0 APIs.
OK
[
{
"_typeName": "string",
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"principal": "string",
"group": false,
"roleId": 0,
"propagate": false
}
]
This data object type provides assignment of some role access to a principal on a specific entity.
A ManagedEntity is limited to one permission per principal.
curl -X POST -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/AuthorizationManager/{moId}/RetrieveAllPermissions