UserPrivilegeResult
UserPrivilegeResult
This class is used to provide the list of effective privileges set on a given managed entity for a user.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"privileges": [
"string"
]
}
array of string
privileges
Optional
A list of privileges set on the entity.
Property Of