Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Current »
Structure
Field | Type | Required | Description |
---|
id | int | true | Unique identifier for the Role. |
chain | Chain | true | Chain related of the Role. |
authorizationTypeId | AuthorizationType | true |
|
code | String | true | Code of the Role |
name | String | true | Name of the Role |
description | String | false | Description of the Role |
JSON representation
{
"id": 1,
"createdDate": "2018-07-16T15:23:52.887Z",
"modifiedDate": "2018-07-16T15:23:52.870Z",
"createdUser": 0,
"modifiedUser": 0,
"code": "ADM",
"name": "Administrator",
"userRoleSet": null,
"rolePermissionTypeSet": null
}