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
}
]
}