TlsContextArgs

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
fun TlsContextArgs(certificateContext: Output<TlsCertificateContextArgs>? = null, validationContext: Output<TlsValidationContextArgs>? = null)

Functions

Link copied to clipboard
open override fun toJava(): TlsContextArgs

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.