serverValidationCa

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


@JvmName(name = "udtcnnceachbiltd")
suspend fun serverValidationCa(values: List<Output<ValidationCAArgs>>)
@JvmName(name = "dqkjpvvicsxthkyj")
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 = "gtowogydcfenharo")
suspend fun serverValidationCa(argument: List<suspend ValidationCAArgsBuilder.() -> Unit>)
@JvmName(name = "lrxqlgrumbjmrhmg")
suspend fun serverValidationCa(vararg argument: suspend ValidationCAArgsBuilder.() -> Unit)
@JvmName(name = "pyhesvwnrfnqjrae")
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.