Cache Directory Ldap Args
data class CacheDirectoryLdapArgs(val baseDn: Output<String>, val bind: Output<CacheDirectoryLdapBindArgs>? = null, val certificateValidationUri: Output<String>? = null, val downloadCertificateAutomatically: Output<Boolean>? = null, val encrypted: Output<Boolean>? = null, val server: Output<String>) : ConvertibleToJava<CacheDirectoryLdapArgs>
Properties
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.