ParentGroupAssociations
The parent groups associations of the group.
View-Specific Information
SELECT
Reading data from this entity requires Read Group Membership/dir:read:groupMembership permission.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.ParentGroupAssociations WHERE GroupId = '13344eb0-1d6a-4715-9800-fce13f591925';
SELECT * FROM Administrators.ParentGroupAssociations 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 |
| GroupId [KEY] | String | Groups.Id | The identifier (UUID) of the group. |
| ParentGroupId [KEY] | String | Groups.Id | The identifier (UUID) of the parent group in which the group belongs. |
| ParentGroupName | String | The name of of the associated parent group. | |
| Type | String | A string indicating whether the group is directly related to the parent group or indirectly related (inherited from another child group that belongs to the group). Possible values are: 'DIRECT' and 'INDIRECT'. |