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.
  • relatedObjects: [RelatedObjectsType!]!
  • # Type of the reverse relationship.
  • type: AzureAdReverseRelationshipType!
  • # IDs of the objects related to the Azure Active Directory object.
  • relatedObjectIds: [UUID!]!
  • }