Ldaps Settings Args
data class LdapsSettingsArgs(val externalAccess: Output<Either<String, ExternalAccess>>? = null, val ldaps: Output<Either<String, Ldaps>>? = null, val pfxCertificate: Output<String>? = null, val pfxCertificatePassword: Output<String>? = null) : ConvertibleToJava<LdapsSettingsArgs>
Secure LDAP Settings
Properties
Link copied to clipboard
A flag to determine whether or not Secure LDAP access over the internet is enabled or disabled.
Link copied to clipboard
The certificate required to configure Secure LDAP. The parameter passed here should be a base64encoded representation of the certificate pfx file.
Link copied to clipboard
The password to decrypt the provided Secure LDAP certificate pfx file.