serverValidationCa

@JvmName(name = "famfkrmajfleyqtw")
suspend fun serverValidationCa(value: Output<List<ValidationCAArgs>>)
@JvmName(name = "iqudhewxlheqkipl")
suspend fun serverValidationCa(value: List<ValidationCAArgs>?)

Parameters

value

Optional. Defines the mechanism to obtain the Certificate Authority certificate to validate the server certificate. If empty, client does not validate the server certificate.


@JvmName(name = "cxwvksjrawalbtbp")
suspend fun serverValidationCa(vararg values: Output<ValidationCAArgs>)


@JvmName(name = "friabbufvvgtoard")
suspend fun serverValidationCa(values: List<Output<ValidationCAArgs>>)
@JvmName(name = "tolmpgfwldmbtsmp")
suspend fun serverValidationCa(vararg values: ValidationCAArgs)

Parameters

values

Optional. Defines the mechanism to obtain the Certificate Authority certificate to validate the server certificate. If empty, client does not validate the server certificate.


@JvmName(name = "wmqkqtdkwbyytmfw")
suspend fun serverValidationCa(argument: List<suspend ValidationCAArgsBuilder.() -> Unit>)
@JvmName(name = "oclsdkoglkbtglvw")
suspend fun serverValidationCa(vararg argument: suspend ValidationCAArgsBuilder.() -> Unit)
@JvmName(name = "cogfhnyeaiwytpes")
suspend fun serverValidationCa(argument: suspend ValidationCAArgsBuilder.() -> Unit)

Parameters

argument

Optional. Defines the mechanism to obtain the Certificate Authority certificate to validate the server certificate. If empty, client does not validate the server certificate.