Cache Directory Ldap
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
fun CacheDirectoryLdap(baseDn: String, bind: CacheDirectoryLdapBind? = null, certificateValidationUri: String? = null, downloadCertificateAutomatically: Boolean? = null, encrypted: Boolean? = null, server: String)