server Certificate
suspend fun serverCertificate(value: Output<GoogleCloudNetworksecurityV1beta1CertificateProviderArgs>)
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 allow_open
as a permissive mode that allows both plain text and TLS is not supported.
suspend fun serverCertificate(argument: suspend GoogleCloudNetworksecurityV1beta1CertificateProviderArgsBuilder.() -> 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 allow_open
as a permissive mode that allows both plain text and TLS is not supported.