Role
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the Role. |
chain | Chain | true | Chain related of the Role. |
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 }