ClientTlsPolicyClientCertificateArgs

data class ClientTlsPolicyClientCertificateArgs(val certificateProviderInstance: Output<ClientTlsPolicyClientCertificateCertificateProviderInstanceArgs>? = null, val grpcEndpoint: Output<ClientTlsPolicyClientCertificateGrpcEndpointArgs>? = null) : ConvertibleToJava<ClientTlsPolicyClientCertificateArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): ClientTlsPolicyClientCertificateArgs

Properties

Link copied to clipboard

The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information. 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.