OBJECT
AzureAdReverseRelationship
Description
Reverse Relationships of an Azure Active Directory object.
link GraphQL Schema definition
- type AzureAdReverseRelationship {
- # List of related objects in the Azure AD reverse relationship.
- RelatedObjectsType!]! : [
- # Type of the reverse relationship.
- AzureAdReverseRelationshipType! :
- # IDs of the objects related to the Azure Active Directory object.
- UUID!]! : [
- }