serverValidationCas

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


@JvmName(name = "bcjsaxqnxlpvbosb")
suspend fun serverValidationCas(values: List<Output<ClientTlsPolicyServerValidationCaArgs>>)
@JvmName(name = "fjeqtnnljdhwlapi")
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 = "xsjknktjpnuyqvuh")
suspend fun serverValidationCas(argument: List<suspend ClientTlsPolicyServerValidationCaArgsBuilder.() -> Unit>)
@JvmName(name = "gleadwcljhoqqeey")
suspend fun serverValidationCas(vararg argument: suspend ClientTlsPolicyServerValidationCaArgsBuilder.() -> Unit)
@JvmName(name = "qashnmkkuiegqoiv")
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.