client Validation Cas
suspend fun clientValidationCas(value: Output<List<ServerTlsPolicyMtlsPolicyClientValidationCaArgs>>)
Parameters
value
Required if the policy is to be used with Traffic Director. For external HTTPS load balancers it must be empty. Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate. Structure is documented below.
suspend fun clientValidationCas(vararg values: Output<ServerTlsPolicyMtlsPolicyClientValidationCaArgs>)
suspend fun clientValidationCas(values: List<Output<ServerTlsPolicyMtlsPolicyClientValidationCaArgs>>)
Parameters
values
Required if the policy is to be used with Traffic Director. For external HTTPS load balancers it must be empty. Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate. Structure is documented below.
suspend fun clientValidationCas(argument: List<suspend ServerTlsPolicyMtlsPolicyClientValidationCaArgsBuilder.() -> Unit>)
suspend fun clientValidationCas(vararg argument: suspend ServerTlsPolicyMtlsPolicyClientValidationCaArgsBuilder.() -> Unit)
suspend fun clientValidationCas(argument: suspend ServerTlsPolicyMtlsPolicyClientValidationCaArgsBuilder.() -> Unit)
Parameters
argument
Required if the policy is to be used with Traffic Director. For external HTTPS load balancers it must be empty. Defines the mechanism to obtain the Certificate Authority certificate to validate the client certificate. Structure is documented below.