ENUM

AzureAdObjectSearchType

Description

Azure AD object search keyword names.

link GraphQL Schema definition

  • enum AzureAdObjectSearchType {
  • # Group name of the group.
  • GROUP_NAME
  • # Group type of the group.
  • GROUP_TYPE
  • # Principal user name of the user.
  • PRINCIPAL_USER_NAME
  • # User name of the user.
  • USER_NAME
  • # User type of the user.
  • USER_TYPE
  • }

link Require by