PrivilegeAvailability
PrivilegeAvailability
This class defines whether a specific privilege is granted.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"privId": "string",
"isGranted": false
}
string
privId
Required
The privilege ID.
boolean
isGranted
Required
True if the privilege is granted.