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.
- Int! :
- # Relationship Type of the AzureAdObject.
- AzureAdRelationshipEnumType! :
- }