OBJECT

AzureAdObject

Description

Response to the azureAdObjectsByType API.

link GraphQL Schema definition

  • type AzureAdObject {
  • # ID of the Azure AD object.
  • objectId: String!
  • # ID of the snapshot containing Azure AD Object.
  • snapshotId: String!
  • # Relationships of the Azure AD object.
  • relationships: Map! @deprecated( reason: "Use ReverseRelationships instead." )
  • # Reverse relationships of the Azure Active Directory object.
  • reverseRelationships: [AzureAdReverseRelationship!]!
  • # Populate either AzureAdUser or AzureAdGroup.
  • azureAdObjects: AzureAdObjects!
  • # Azure AD object type.
  • type: AzureAdObjectType!
  • }