Model Definitions
Role Definition
Attribute | Type | Required | Description |
---|---|---|---|
id | int | For Updates | Record's primary ID. |
orgId | int | Yes | ID of the organization that the role belongs to. Must be greater than zero. |
name | string | Yes | Name of the role. Must be 50 or fewer characters in length. |
description | string | Yes | User defined description of the role. Must be 200 or fewer characters in length. |
RoleToMachineLink Definition
Attribute | Type | Description |
---|---|---|
roleId | int | The role's ID. |
machineId | int | The machine's ID. |
createdAt | DateTime? | The DateTime the RoleToMachineLink was created at. |