EntityPrivilege
EntityPrivilege
This class defines whether a set of privileges are granted for a managed entity.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"privAvailability": [
{
"_typeName": "string",
"privId": "string",
"isGranted": false
}
]
}
array of PrivilegeAvailability
privAvailability
Required
whether a set of privileges are granted for the managed entity.