serverValidationCas

@JvmName(name = "jjkritosqhydogpd")
suspend fun serverValidationCas(value: Output<List<ClientTlsPolicyServerValidationCaArgs>>)
@JvmName(name = "cbnlyvpsroeslvox")
suspend fun serverValidationCas(value: List<ClientTlsPolicyServerValidationCaArgs>?)

Parameters

value

Defines the mechanism to obtain the Certificate Authority certificate to validate the server certificate. If empty, client does not validate the server certificate. Structure is documented below.


@JvmName(name = "dbepmnrqafdmkvwa")
suspend fun serverValidationCas(vararg values: Output<ClientTlsPolicyServerValidationCaArgs>)


@JvmName(name = "rmagofqgumneurlo")
suspend fun serverValidationCas(values: List<Output<ClientTlsPolicyServerValidationCaArgs>>)
@JvmName(name = "lrvarkdyyqsgmmaf")
suspend fun serverValidationCas(vararg values: ClientTlsPolicyServerValidationCaArgs)

Parameters

values

Defines the mechanism to obtain the Certificate Authority certificate to validate the server certificate. If empty, client does not validate the server certificate. Structure is documented below.


@JvmName(name = "tyliyolcdvwneasn")
suspend fun serverValidationCas(argument: List<suspend ClientTlsPolicyServerValidationCaArgsBuilder.() -> Unit>)
@JvmName(name = "dyttdpmwiybvirpf")
suspend fun serverValidationCas(vararg argument: suspend ClientTlsPolicyServerValidationCaArgsBuilder.() -> Unit)
@JvmName(name = "isgyvjifqvpuopvi")
suspend fun serverValidationCas(argument: suspend ClientTlsPolicyServerValidationCaArgsBuilder.() -> Unit)

Parameters

argument

Defines the mechanism to obtain the Certificate Authority certificate to validate the server certificate. If empty, client does not validate the server certificate. Structure is documented below.