ENUM

LdapAuthorizedPrincipalFieldEnum

Description

Field Enum for Authorized LDAP Principal list.

link GraphQL Schema definition

  • enum LdapAuthorizedPrincipalFieldEnum {
  • # Authentication domain of principal.
  • DirectoryName
  • # Email of principal.
  • Email
  • # Last login time of principal.
  • LAST_LOGIN
  • # Name of principal.
  • Name
  • }

link Require by