GroupAdminRoleAssignments
The administrator role assignments of the group.
View-Specific Information
SELECT
Reading data from this entity requires Read Group Role Assignments/permissions:read:groupRoleAssignmentspermission.We recommend using the built-in Identity Data Admin role.
To execute SELECT statements on this entity, the GroupId column must be specified in the criteria as shown in the examples below:
SELECT * FROM Administrators.GroupAdminRoleAssignments WHERE GroupId = '13344eb0-1d6a-4715-9800-fce13f591925';
SELECT * FROM Administrators.GroupAdminRoleAssignments WHERE GroupId IN ('13344eb0-1d6a-4715-9800-fce13f591925', '76a9afd6-fd1c-4d55-9e84-7eea805f05c5');
The 本製品 uses the PingOne Platform API to process WHERE clause conditions built with the following columns and operators.
- GroupId 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). | |
| GroupId | String | Groups.Id | The identifier (UUID) of the group 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. |