ValidationCA

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

JSON representation
{// Union fieldtype can be only one of the following:"grpcEndpoint":{object (GrpcEndpoint)},"certificateProviderInstance":{object (CertificateProviderInstance)}// End of list of possible types for union fieldtype.}
Fields
Union fieldtype. The type of certificate provider which provides the CA certificate.type can be only one of the following:
grpcEndpoint

object (GrpcEndpoint)

gRPC specific configuration to access the gRPC server to obtain the CA certificate.

certificateProviderInstance

object (CertificateProviderInstance)

The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-06-18 UTC.