certificate Provider Instance
suspend fun certificateProviderInstance(value: Output<ServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstanceArgs>)
suspend fun certificateProviderInstance(value: ServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstanceArgs?)
Parameters
value
Optional if policy is to be used with Traffic Director. For external HTTPS load balancer must be empty. Defines a mechanism to provision server identity (public and private keys). Cannot be combined with allowOpen as a permissive mode that allows both plain text and TLS is not supported. Structure is documented below.
suspend fun certificateProviderInstance(argument: suspend ServerTlsPolicyMtlsPolicyClientValidationCaCertificateProviderInstanceArgsBuilder.() -> Unit)
Parameters
argument
Optional if policy is to be used with Traffic Director. For external HTTPS load balancer must be empty. Defines a mechanism to provision server identity (public and private keys). Cannot be combined with allowOpen as a permissive mode that allows both plain text and TLS is not supported. Structure is documented below.