ApplicationAdminRoleAssignments
The administrator role assignments of the application.
View-Specific Information
SELECT
Reading data from this entity requires Read Application Admin Role Assignments/permissions:read:applicationRoleAssignments permissions.We recommend using the built-in Client Application Developer role.
To execute SELECT statements on this entity, the ApplicationId column must be specified in the criteria as shown in the examples below:
SELECT * FROM Administrators.ApplicationAdminRoleAssignments WHERE ApplicationId = '8f2c6a33-1f7f-458e-8b58-f92507742293';
SELECT * FROM Administrators.ApplicationAdminRoleAssignments WHERE ApplicationId IN ('8f2c6a33-1f7f-458e-8b58-f92507742293', '4441de0a-e4f2-47da-a217-545955eb23a5');
The 本製品 uses the PingOne Platform API to process WHERE clause conditions built with the following columns and operators.
- ApplicationId supports the following operators: =, IN.
All other filters are processed client-side within the 本製品.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The role assignment identifier (UUID). | |
| ApplicationId | String | Applications.Id | The identifier (UUID) of the application associated with the role assignment. |
| AdminRoleId | String | AdminRoles.Id | The identifier (UUID) of the role associated with the role assignment. |
| ApplicableToEntityType | String | The scope/level entity type for the role assignment. Possible values are: 'ORGANIZATION' and 'ENVIRONMENT', 'POPULATION' and 'APPLICATION'. | |
| ApplicableToEntityId | String | The scope/level entity identifier (UUID) for the role assignment. | |
| IsReadOnly | Boolean | Boolean value indicating whether this role assignment can be deleted by the current actor. |