clientTlsContext

@JvmName(name = "siuigjmfcywkishd")
suspend fun clientTlsContext(value: Output<TlsContextArgs>)
@JvmName(name = "bcouckpgsuncjopn")
suspend fun clientTlsContext(value: TlsContextArgs?)

Parameters

value

Configures the mechanism to obtain client-side security certificates and identity information. This field is only applicable when mode is set to MUTUAL.


@JvmName(name = "xwtbciylodjemudr")
suspend fun clientTlsContext(argument: suspend TlsContextArgsBuilder.() -> Unit)

Parameters

argument

Configures the mechanism to obtain client-side security certificates and identity information. This field is only applicable when mode is set to MUTUAL.