Show / Hide Table of Contents

Class GoogleCloudNetworksecurityV1CertificateProvider

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

Inheritance
object
GoogleCloudNetworksecurityV1CertificateProvider
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 GoogleCloudNetworksecurityV1CertificateProvider : 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 cert and private key.

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