CacheDirectoryLdap

data class CacheDirectoryLdap(val baseDn: String, val bind: CacheDirectoryLdapBind? = null, val certificateValidationUri: String? = null, val downloadCertificateAutomatically: Boolean? = null, val encrypted: Boolean? = null, val server: String)

Constructors

Link copied to clipboard
constructor(baseDn: String, bind: CacheDirectoryLdapBind? = null, certificateValidationUri: String? = null, downloadCertificateAutomatically: Boolean? = null, encrypted: Boolean? = null, server: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The base distinguished name (DN) for the LDAP domain.

Link copied to clipboard

A bind block as defined above.

Link copied to clipboard

The URI of the CA certificate to validate the LDAP secure connection.

Link copied to clipboard

Whether the certificate should be automatically downloaded. This can be set to true only when certificate_validation_uri is provided.

Link copied to clipboard
val encrypted: Boolean? = null

Whether the LDAP connection should be encrypted?

Link copied to clipboard

The FQDN or IP address of the LDAP server.