validationContext

@JvmName(name = "rhutmvxavrqwpclr")
suspend fun validationContext(value: Output<TlsValidationContextArgs>)
@JvmName(name = "wnaxlqdarilycuyb")
suspend fun validationContext(value: TlsValidationContextArgs?)

Parameters

value

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.


@JvmName(name = "chmtuckyyynleplt")
suspend fun validationContext(argument: suspend TlsValidationContextArgsBuilder.() -> Unit)

Parameters

argument

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.