serverValidationCas

@JvmName(name = "lctxoplenedxmorw")
suspend fun serverValidationCas(value: Output<List<ClientTlsPolicyServerValidationCaArgs>>)
@JvmName(name = "xrwpjrlhfjvlcpur")
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 = "nmdfylbegivybqrl")
suspend fun serverValidationCas(vararg values: Output<ClientTlsPolicyServerValidationCaArgs>)


@JvmName(name = "hfktvrahhhojpwaj")
suspend fun serverValidationCas(values: List<Output<ClientTlsPolicyServerValidationCaArgs>>)
@JvmName(name = "rvwlejthvqjmhjcx")
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 = "clkjxyhgcxcronuc")
suspend fun serverValidationCas(argument: List<suspend ClientTlsPolicyServerValidationCaArgsBuilder.() -> Unit>)
@JvmName(name = "vkkewrhooccdwrbj")
suspend fun serverValidationCas(vararg argument: suspend ClientTlsPolicyServerValidationCaArgsBuilder.() -> Unit)
@JvmName(name = "kxxvjodqdbxqkdgd")
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.