Role Right Definition
| Attribute | Type | Required | Description |
|---|---|---|---|
| id | int | For Updates | Record's primary ID. |
| roleId | int | Yes | The role ID this right refers to. Must be greater than zero. |
| rightId | int | Yes | The right being linked to the specified role. Must be greater than zero. |
| canView | bool | Yes | Can view what the associated right is. |
| canEdit | bool | Yes | Can edit what the associated right is. |
| canExecute | bool | Yes | Can do what the associated right is. |