OBJECT
AzureAdUser
Description
Azure AD user.
link GraphQL Schema definition
- type AzureAdUser {
- # Display name of the Azure AD user.
- String! :
- # Principal user name of the Azure AD user.
- String! :
- # User type of the Azure AD user.
- String! :
- # Creation type of the Azure AD user.
- String! :
- # On-prem sync status of the Azure AD user.
- AzureAdOnPremSyncStatus! :
- }