OBJECT
LDAP server information.
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! }