OBJECT

AzureAdRelatedItemCount

Description

Represents count of related items for relationship type.

link GraphQL Schema definition

  • type AzureAdRelatedItemCount {
  • # Count of the related items of a specific relationship type.
  • count: Int!
  • # Relationship Type of the related AzureAdObjects.
  • relatedItemType: AzureAdRelationshipEnumType!
  • # Relationship Type of the AzureAdObject.
  • relationshipType: AzureAdRelationshipEnumType! @deprecated( reason: "Deprecated, use relatedItemType instead." )
  • }