The Class SecuredEntityDto.
name | data type | description |
---|---|---|
entityId | number | The entity id. |
code | string | The entity code. |
entityClass | string | The entity class. |
permission | SecuredEntityPermissionEnum | Allowed action to perform on the entity |
disabled | boolean |
Example
{ "entityId" : 12345, "code" : "...", "entityClass" : "...", "permission" : "UPDATE", "disabled" : true }