AccessControlListReadDTO
AccessControlListReadDTO
JSON Example
{
"entityId": "string",
"viewAcl": [
{
"name": "string",
"id": "string",
"description": "string"
}
],
"modifyAcl": [
{
"name": "string",
"id": "string",
"description": "string"
}
]
}
string
entityId
Optional
The entity Id
array of AccessControlElement
viewAcl
Optional
List of users and user group ids that have view permission
array of AccessControlElement
modifyAcl
Optional
List of users and user groups ids that have modify permission