OBJECT

AzureAdGroup

Description

Azure AD group.

link GraphQL Schema definition

  • type AzureAdGroup {
  • # Display name of the Azure AD group.
  • displayName: String!
  • # Group type of the Azure AD group.
  • groupType: String!
  • # Email address of the M365 group.
  • email: String!
  • # On-prem sync status of the Azure AD group.
  • onPremSyncStatus: AzureAdOnPremSyncStatus!
  • }