SetEntityPermissionsRequestType

SetEntityPermissionsRequestType
SetEntityPermissionsRequestType

The parameters of SetEntityPermissions.

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

Reference to an instance of the ManagedEntity managed object.

array of Permission
permission
Optional

An array of specifications for permissions on the entity.