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