ApplicationAccessControlGroups
The application access control configurations for groups.
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 for that.
The connector 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 connector.
For example, the following queries are processed server-side:
SELECT * FROM Administrators.ApplicationAccessControlGroups WHERE ApplicationId = '8f2c6a33-1f7f-458e-8b58-f92507742293';
SELECT * FROM Administrators.ApplicationAccessControlGroups WHERE ApplicationId IN ('8f2c6a33-1f7f-458e-8b58-f92507742293', '4441de0a-e4f2-47da-a217-545955eb23a5');
Columns
| Name | Type | References | Description |
| ApplicationId [KEY] | String | Applications.Id | The identifier (UUID) of the application associated with the access control. |
| GroupId [KEY] | String | Groups.Id | The identifier (UUID) of the group associated with the access control. |
| Type | String | The group criteria required to access the application. Possible values are: 'ANY_GROUP' (the actor must belong to at least one group) and 'ALL_GROUPS' (the actor must belong to all groups). |