ResponseContainerListAccessControlListReadDTO
ResponseContainerListAccessControlListReadDTO
JSON container for the HTTP response along with status
JSON Example
{
"status": {
"result": "string",
"message": "string",
"code": 0
},
"response": [
{
"entityId": "string",
"viewAcl": [
{
"name": "string",
"id": "string",
"description": "string"
}
],
"modifyAcl": [
{
"name": "string",
"id": "string",
"description": "string"
}
]
}
]
}