| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| code |
Short code identifying this right. |
string | |
| name |
Display name of this right. |
string | |
| description |
Free-text description of what this right grants. |
string | |
| user_right_category_name |
Name of the category this right is grouped under, for display purposes. |
string | |
| is_deny |
Indicates this entry explicitly denies the right rather than granting it. |
boolean | |
| inherit_from_user_group |
Indicates this right's value is inherited from the user's user_group rather than set directly on the user. |
boolean | |
| user_right_list_id |
Foreign key of the underlying right definition this entry applies (see ). |
globally unique identifier | |
| user_group_right_list_id |
Foreign key of the group-level right entry (see ) this right derives from. |
globally unique identifier | |
| is_enabled |
Indicates whether this right is currently enabled/granted. |
boolean | |
| is_service_app |
Indicates this right applies to the service app. |
boolean | |
| is_timesheet_app |
Indicates this right applies to the timesheet app. |
boolean | |
| is_subcontractor_app |
Indicates this right applies to the subcontractor app. |
boolean | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |