UserRoleConstraints
Defines restrictions and limitations applied to user roles, including field-level and record-level constraints that determine how users interact with Vault objects and processes.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the user role constraint record within the system. |
| Name | String | True |
Descriptive name assigned to the user role constraint, used for easy identification. |
| Status | String | False |
Current status of the role constraint record, such as Active or Inactive, indicating its applicability. |
| Created By | String | True |
Username or identifier of the user who originally created the role constraint record. |
| Created Date | Datetime | True |
Timestamp indicating when the role constraint record was first created. |
| Last Modified By | String | True |
Username or identifier of the user who last updated the role constraint record. |
| Last Modified Date | Datetime | True |
Timestamp indicating the most recent modification to the role constraint record. |
| User | String | False |
Identifier of the user to whom the role constraint is assigned or applied. |
| Role | String | False |
Identifier of the role associated with the constraint, defining access levels or permissions. |
| Global ID | String | True |
System-generated globally unique identifier for the role constraint record, used for cross-system reference. |
| Link | String | False |
System-generated URL or hyperlink pointing to the detailed view of the role constraint record. |