serverValidationCas

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


@JvmName(name = "frxuiqsqyotqgwht")
suspend fun serverValidationCas(values: List<Output<ClientTlsPolicyServerValidationCaArgs>>)
@JvmName(name = "oqglylxqnlmjcivq")
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 = "cplrhirdjyhmipmu")
suspend fun serverValidationCas(argument: List<suspend ClientTlsPolicyServerValidationCaArgsBuilder.() -> Unit>)
@JvmName(name = "gwrhnswjjhwgtsdu")
suspend fun serverValidationCas(vararg argument: suspend ClientTlsPolicyServerValidationCaArgsBuilder.() -> Unit)
@JvmName(name = "qfcmmlwjkreynude")
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.