Group Hierarchy Information
This feature shows read-only group hierarchy information. By default, this feature is enabled for new connectors.
Note
The group hierarchy calculation requires additional MS Graph API calls, so you may see an increase in aggregation time depending on the number of groups and the associated number of parent-child relations between them.
For existing connectors, modify the group schema as follows:
-
Update the application's schema using the application Debug page with the following attribute and attribute definition:
Note
The provided group schema definition example is shortened to only highlight the required changes for this feature.Copy<Schema displayAttribute="displayName" nativeObjectType="group" objectType="group" hierarchyAttribute="memberOf" >
<AttributeDefinition multi="true" name="memberOf" type="string">
<Description>Group Membership</Description>
</AttributeDefinition>