RemoveEntityPermissionRequestType

RemoveEntityPermissionRequestType
RemoveEntityPermissionRequestType

The parameters of RemoveEntityPermission.

JSON Example
{
    "entity": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "user": "string",
    "isGroup": false
}
entity
Required

Reference to an instance of the ManagedEntity managed object.

string
user
Required

User or group for which the permission is defined.

boolean
isGroup
Required

True, if user refers to a group name; false, for a user name.