Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Structure

Excerpt


FieldTypeRequiredDescription
idinttrueUnique identifier for the Role.
chainChaintrueChain related of the Role.authorizationTypeId
AuthorizationTypetruecodeStringtrueCode of the Role
nameStringtrueName of the Role
descriptionStringfalseDescription of the Role



JSON representation

Code Block
languagepowershell
themeDJango
{
  "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
}