ResetEntityPermissionsRequestType
ResetEntityPermissionsRequestType
The parameters of ResetEntityPermissions.
JSON Example
{
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"permission": [
{
"_typeName": "string",
"entity": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"principal": "string",
"group": false,
"roleId": 0,
"propagate": false
}
]
}
entity
Required
The entity on which permissions are updated.
Required privileges: Authorization.ModifyPermissions
array of
Permission
permission
Optional
The list of Permission objects that define the new rules for access to the entity and potentially entities below it. If the list is empty, all permissions on the entity are removed.