OBJECT
AzureAdReverseRelationship
Description
Reverse Relationships of an Azure Active Directory object.
link GraphQL Schema definition
- type AzureAdReverseRelationship {
- # IDs of the objects related to the Azure Active Directory object.
- : [UUID!]! @deprecated( reason: "use `relatedObjects` instead." )
- # List of related objects in the Azure AD reverse relationship.
- : [RelatedObjectsType!]!
- # Type of the reverse relationship.
- : AzureAdReverseRelationshipType!
- }