ENUM

AzureAdObjectSearchType

Description

Azure AD object search keyword names.

link GraphQL Schema definition

  • enum AzureAdObjectSearchType {
  • # Name of the administrative unit.
  • ADMINISTRATIVE_UNIT_NAME
  • # Name of the application.
  • APPLICATION_NAME
  • # Name of the service authentication context.
  • AUTHENTICATION_CONTEXT_NAME
  • # Name of the service authentication strength.
  • AUTHENTICATION_STRENGTH_NAME
  • # Name of the conditional access policy.
  • CONDITIONAL_ACCESS_POLICY_NAME
  • # Group name of the group.
  • GROUP_NAME
  • # Group type of the group.
  • GROUP_TYPE
  • # Name of the named location.
  • NAMED_LOCATION_NAME
  • # Principal user name of the user.
  • PRINCIPAL_USER_NAME
  • # Name of the Role.
  • ROLE_NAME
  • # Name of the service principal.
  • SERVICE_PRINCIPAL_NAME
  • # Name of the terms of use.
  • TERMS_OF_USE_NAME
  • # User name of the user.
  • USER_NAME
  • # User type of the user.
  • USER_TYPE
  • }

link Require by