Class ValidationCA
Specification of ValidationCA. Defines the mechanism to obtain the Certificate Authority certificate to validate the peer certificate.
Implements
Inherited Members
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 |