Tls Context Args
data class TlsContextArgs(val certificateContext: Output<TlsCertificateContextArgs>? = null, val validationContext: Output<TlsValidationContextArgs>? = null) : ConvertibleToJava<TlsContextArgs>
Deprecated The TLS settings for the client or server. The TLS settings for the client or server.
Constructors
Link copied to clipboard
constructor(certificateContext: Output<TlsCertificateContextArgs>? = null, validationContext: Output<TlsValidationContextArgs>? = null)
Properties
Link copied to clipboard
Defines the mechanism to obtain the client or server certificate.
Link copied to clipboard
Defines the mechanism to obtain the Certificate Authority certificate to validate the client/server certificate. If omitted, the proxy will not validate the server or client certificate.