Show / Hide Table of Contents

Class ValidationCA

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

Inheritance
object
ValidationCA
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkSecurity.v1.Data
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class ValidationCA : IDirectResponseSchema

Properties

CertificateProviderInstance

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

Declaration
[JsonProperty("certificateProviderInstance")]
public virtual CertificateProviderInstance CertificateProviderInstance { get; set; }
Property Value
Type Description
CertificateProviderInstance

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GrpcEndpoint

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

Declaration
[JsonProperty("grpcEndpoint")]
public virtual GoogleCloudNetworksecurityV1GrpcEndpoint GrpcEndpoint { get; set; }
Property Value
Type Description
GoogleCloudNetworksecurityV1GrpcEndpoint

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX