RemovePermissionSpec
RemovePermissionSpec
A permission to be removed from entity.
JSON Example
{
"principal": "string",
"isGroup": false,
"group": false
}
string
principal
Required
User or group receiving access in the form of "login".
boolean
isGroup
Optional
isGroup
boolean
group
Optional
Whether principal refers to a user or a group. True for a group and false for a user.