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
Constructors
Link copied to clipboard
fun LdapsSettingsArgs(externalAccess: Output<Either<String, ExternalAccess>>? = null, ldaps: Output<Either<String, Ldaps>>? = null, pfxCertificate: Output<String>? = null, pfxCertificatePassword: Output<String>? = null)