OBJECT
AzureAdObject
Description
Represents a search result for a generic Entra ID object.
link GraphQL Schema definition
- type AzureAdObject {
- # The Entra ID object.
- : AzureAdObjects!
- # ID of the Entra ID object.
- : String!
- # Represents count of related items for relationship type.
- : [AzureAdRelatedItemCount!]!
- # Reverse relationships of the Entra ID object.
- : [AzureAdReverseRelationship!]!
- # ID of the snapshot containing Entra ID Object.
- : String!
- # Snapshot range containing the Entra ID object.
- : AzureAdSnapshotRange!
- # Entra ID object type.
- : AzureAdObjectType!
- }