OBJECT
AzureAdGroup
Description
Azure AD group.
link GraphQL Schema definition
- type AzureAdGroup {
- # Display name of the Azure AD group.
- String! :
- # Group type of the Azure AD group.
- String! :
- # Email address of the M365 group.
- String! :
- # On-prem sync status of the Azure AD group.
- AzureAdOnPremSyncStatus! :
- }