serverValidationCa

@JvmName(name = "jlcamoycyhjpjukp")
suspend fun serverValidationCa(value: Output<List<ValidationCAArgs>>)
@JvmName(name = "pgtxmtkwttjyawbi")
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 = "owesfagjwusraufn")
suspend fun serverValidationCa(vararg values: Output<ValidationCAArgs>)


@JvmName(name = "jtsctmsxcrgbeqme")
suspend fun serverValidationCa(values: List<Output<ValidationCAArgs>>)
@JvmName(name = "etblwvfwgisbwvcq")
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 = "ftthwxpdqtsgeyay")
suspend fun serverValidationCa(argument: List<suspend ValidationCAArgsBuilder.() -> Unit>)
@JvmName(name = "sqgamqmlasmpsbpu")
suspend fun serverValidationCa(vararg argument: suspend ValidationCAArgsBuilder.() -> Unit)
@JvmName(name = "odxnruxrghuodkhn")
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.