OBJECT

AzureAdObjects

Description

Azure AD object type.

link GraphQL Schema definition

  • type AzureAdObjects {
  • # Azure AD user type.
  • azureAdUser: AzureAdUser
  • # Azure AD group type.
  • azureAdGroup: AzureAdGroup
  • }