Server Tls Policy Server Certificate Args
data class ServerTlsPolicyServerCertificateArgs(val certificateProviderInstance: Output<ServerTlsPolicyServerCertificateCertificateProviderInstanceArgs>? = null, val grpcEndpoint: Output<ServerTlsPolicyServerCertificateGrpcEndpointArgs>? = null) : ConvertibleToJava<ServerTlsPolicyServerCertificateArgs>
Constructors
Link copied to clipboard
constructor(certificateProviderInstance: Output<ServerTlsPolicyServerCertificateCertificateProviderInstanceArgs>? = null, grpcEndpoint: Output<ServerTlsPolicyServerCertificateGrpcEndpointArgs>? = null)
Properties
Link copied to clipboard
val certificateProviderInstance: Output<ServerTlsPolicyServerCertificateCertificateProviderInstanceArgs>? = null
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.
Link copied to clipboard
gRPC specific configuration to access the gRPC server to obtain the cert and private key. Structure is documented below.