Authorization Manager Get Privilege List
The list of system-defined privileges.
Required privileges: System.View
The unique identifier for the managed object to which the property 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",
"privId": "string",
"onParent": false,
"name": "string",
"privGroupName": "string"
}
]
This data object type provides access to some aspect of the system.
Privileges are generally independent. This means a user with a privilege usually can perform an associated set of actions without needing any additional supporting privileges.
Within each product version, privileges do not change. See AuthorizationDescription for detailed information on the privileges defined by the system.
curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/AuthorizationManager/{moId}/privilegeList