ApplicationRoles
Defines user roles at the application level, specifying access permissions, capabilities, and security settings that control what actions users can perform within the Vault environment.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the application role record, typically used as the primary key for reference and joins. |
| Label | String | False |
Display name of the application role as seen in the user interface. This is typically user-friendly and can be localized. |
| Status | String | False |
Indicates the current status of the application role, such as Active or Inactive, determining whether it can be assigned. |
| Description | String | False |
Detailed description of the role's purpose or usage within the application, intended to clarify its function for administrators. |
| Created By | String | True |
Username or system identifier of the user who originally created the application role entry. |
| Created Date | Datetime | True |
Timestamp representing the date and time when the application role record was first created. |
| Last Modified By | String | True |
Username or system identifier of the user who most recently updated the application role record. |
| Last Modified Date | Datetime | True |
Timestamp indicating when the application role entry was last modified. |
| Name | String | False |
API-accessible name of the application role, typically used in integration logic and configuration scripts. |
| Global ID | String | True |
System-generated globally unique identifier that persists across environments and is used for cross-system referencing. |
| Link | String | False |
System-level URL or reference link to this specific application role resource within the Vault platform. |
| Constrain User Role Setup | Bool | False |
Boolean flag indicating whether strict constraints are enforced when assigning users to this role, ensuring compliance with predefined rules. |
| Permission Set | String | False |
Name of the associated permission set that defines the capabilities and access levels granted by this role. |