ValidationCAArgs

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

Specification of ValidationCA. Defines the mechanism to obtain the Certificate Authority certificate to validate the peer certificate.

Constructors

Link copied to clipboard
constructor(certificateProviderInstance: Output<CertificateProviderInstanceArgs>? = null, grpcEndpoint: Output<GoogleCloudNetworksecurityV1beta1GrpcEndpointArgs>? = null)

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 CA certificate.

Functions

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