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