INPUT_OBJECT

LdapServerInput

Description

LDAP Server.

link GraphQL Schema definition

  • input LdapServerInput {
  • # Hostname for the LDAP server.
  • hostname: String
  • # Port used by the LDAP server.
  • port: Int
  • # Whether the LDAP server uses TLS.
  • useTls: Boolean
  • }

link Require by