OBJECT

LdapServer

Description

LDAP server information.

link GraphQL Schema definition

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