OBJECT
AzureAdObject
Description
Response to the azureAdObjectsByType API.
link GraphQL Schema definition
- type AzureAdObject {
- # ID of the Azure AD object.
- String! :
- # ID of the snapshot containing Azure AD Object.
- String! :
- # Relationships of the Azure AD object.
- Map! @deprecated( reason: "Use ReverseRelationships instead." ) :
- # Reverse relationships of the Azure Active Directory object.
- AzureAdReverseRelationship!]! : [
- # Populate either AzureAdUser or AzureAdGroup.
- AzureAdObjects! :
- # Azure AD object type.
- AzureAdObjectType! :
- # Represents count of related items for relationship type.
- AzureAdRelatedItemCount!]! : [
- # Snapshot range containing the Azure AD object.
- AzureAdSnapshotRange! :
- }