AdminRoles
The built-in and custom administrator roles in the environment.
View-Specific Information
SELECT
Reading data from this entity requires Read Custom Roles/permissions:read:roles permission.We recommend using the built-in Client Application Developer role.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The role identifier (UUID). | |
| Name | String | The name of the role. | |
| Description | String | The role's description. | |
| Type | String | The role's type. Possible values are: 'PLATFORM', 'CUSTOM'. 'PLATFORM' type indicates that the role is a built-in role. 'CUSTOM' type indicates that the role is a custom role. | |
| Permissions | String | The set of permissions assigned to the role. This information is represented in JSON format (aggregate). | |
| ApplicableTo | String | The scope/level to which the role can be applied. Possible values are: 'ORGANIZATION', 'ENVIRONMENT', 'POPULATION' and 'APPLICATION'. | |
| EnvironmentId | String | Information.Environments.Id | The identifier (UUID) of the environment in which the role exists. |