ENUM

AzureAdObjectType

Description

Entra ID object types.

link GraphQL Schema definition

  • enum AzureAdObjectType {
  • # Object type is Entra ID administrative unit.
  • ADMINISTRATIVE_UNIT
  • # Object type is Entra ID service application.
  • APPLICATION
  • # Object type is Entra ID app role assignment.
  • APP_ROLE_ASSIGNMENT
  • # Object type is Entra ID authentication context.
  • AUTHENTICATION_CONTEXT
  • # Object type is Entra ID authentication strength.
  • AUTHENTICATION_STRENGTH
  • # Entra ID object type is unknown.
  • AZURE_AD_OBJECT_TYPE_UNKNOWN
  • # Object type is Entra ID BitLocker key.
  • BIT_LOCKER_KEY
  • # Object type is Entra ID conditional access policy.
  • CONDITIONAL_ACCESS_POLICY
  • # Object type is Entra ID device.
  • DEVICE
  • # Object type is Entra ID group.
  • GROUP
  • # Object type is Entra ID local administrator password.
  • LOCAL_ADMIN_PASSWORD
  • # Object type is Entra ID named location.
  • NAMED_LOCATION
  • # Object type is Entra ID role.
  • ROLE
  • # Object type is Entra ID role assignment.
  • ROLE_ASSIGNMENT
  • # Object type is Entra ID service principal.
  • SERVICE_PRINCIPAL
  • # Object type is Entra ID terms of use.
  • TERMS_OF_USE
  • # Object type is Entra ID user.
  • USER
  • }