GoogleCloudNetworksecurityV1beta1CertificateProviderArgs

data class GoogleCloudNetworksecurityV1beta1CertificateProviderArgs(val certificateProviderInstance: Output<CertificateProviderInstanceArgs>? = null, val grpcEndpoint: Output<GoogleCloudNetworksecurityV1beta1GrpcEndpointArgs>? = null) : ConvertibleToJava<GoogleCloudNetworksecurityV1beta1CertificateProviderArgs>

Specification of certificate provider. Defines the mechanism to obtain the certificate and private key for peer to peer authentication.

Constructors

Functions

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

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.

Link copied to clipboard

gRPC specific configuration to access the gRPC server to obtain the cert and private key.