Role

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the Role.
chainChaintrueChain related of the Role.
codeStringtrueCode of the Role
nameStringtrueName of the Role
descriptionStringfalseDescription 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
}