ENUM

AzureAdObjectType

Description

Azure AD object types.

link GraphQL Schema definition

  • enum AzureAdObjectType {
  • # Object type is Azure AD service application.
  • APPLICATION
  • # Object type is Azure AD app role assignment.
  • APP_ROLE_ASSIGNMENT
  • # Azure AD object type is unknown.
  • AZURE_AD_OBJECT_TYPE_UNKNOWN
  • # Object type is Azure AD group.
  • GROUP
  • # Object type is Azure AD role.
  • ROLE
  • # Object type is Azure AD service principal.
  • SERVICE_PRINCIPAL
  • # Object type is Azure AD user.
  • USER
  • }