HasUserPrivilegeOnEntitiesRequestType
HasUserPrivilegeOnEntitiesRequestType
The parameters of HasUserPrivilegeOnEntities.
JSON Example
{
"entities": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"userName": "string",
"privId": [
"string"
]
}
array of ManagedObjectReference
entities
Required
are the managed objects to check privileges on. If they refer to managed objects that are not managed entities the privilege check will be done on the root folder.
Required privileges: System.View
string
userName
Required
is the name of the user to check privileges for. Both UPN and PreWindows2000LogonName user name formats are supported.
array of string
privId
Optional
is the set of privileges to check for