ENUM

AzureAdObjectType

Description

Azure AD object types.

link GraphQL Schema definition

  • enum AzureAdObjectType {
  • # Object type is Azure AD administrative unit.
  • ADMINISTRATIVE_UNIT
  • # Object type is Azure AD service application.
  • APPLICATION
  • # Object type is Azure AD app role assignment.
  • APP_ROLE_ASSIGNMENT
  • # Object type is Azure AD authentication context.
  • AUTHENTICATION_CONTEXT
  • # Object type is Azure AD authentication strength.
  • AUTHENTICATION_STRENGTH
  • # Azure AD object type is unknown.
  • AZURE_AD_OBJECT_TYPE_UNKNOWN
  • # Object type is Azure AD conditional access policy.
  • CONDITIONAL_ACCESS_POLICY
  • # Object type is Azure AD group.
  • GROUP
  • # Object type is Azure AD named location.
  • NAMED_LOCATION
  • # Object type is Azure AD role.
  • ROLE
  • # Object type is Azure AD role assignment.
  • ROLE_ASSIGNMENT
  • # Object type is Azure AD service principal.
  • SERVICE_PRINCIPAL
  • # Object type is Azure AD terms of use.
  • TERMS_OF_USE
  • # Object type is Azure AD user.
  • USER
  • }