PermissionDataDrResponseList
PermissionDataDrResponseList
List of entities about: Details about a permission.
JSON Example
{
"list": [
{
"entity": "string",
"principal": "string",
"isGroup": false,
"role_name": "string",
"role_id": 0,
"defined_on_entity": "string",
"propagate": false,
"group": false
}
],
"_meta": {
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
],
"total": 0,
"offset": 0,
"limit": 0,
"links": {
"next": {
"href": "string"
},
"self": {
"href": "string"
},
"previous": {
"href": "string"
}
}
}
}