serverValidationCas

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


@JvmName(name = "qbciqwkwsgqcpkct")
suspend fun serverValidationCas(values: List<Output<ClientTlsPolicyServerValidationCaArgs>>)
@JvmName(name = "rjdhdhrxyslhtfnp")
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 = "kottpbergckbefmx")
suspend fun serverValidationCas(argument: List<suspend ClientTlsPolicyServerValidationCaArgsBuilder.() -> Unit>)
@JvmName(name = "hskyroaqodxnjjkp")
suspend fun serverValidationCas(vararg argument: suspend ClientTlsPolicyServerValidationCaArgsBuilder.() -> Unit)
@JvmName(name = "xvikwkboxcmctvup")
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.