ENUM

AzureAdObjectSearchType

Description

Azure AD object search keyword names.

link GraphQL Schema definition

  • enum AzureAdObjectSearchType {
  • # Name of the application.
  • APPLICATION_NAME
  • # Group name of the group.
  • GROUP_NAME
  • # Group type of the group.
  • GROUP_TYPE
  • # Principal user name of the user.
  • PRINCIPAL_USER_NAME
  • # Name of the Role.
  • ROLE_NAME
  • # Name of the service principal.
  • SERVICE_PRINCIPAL_NAME
  • # User name of the user.
  • USER_NAME
  • # User type of the user.
  • USER_TYPE
  • }

link Require by