Class GoogleCloudNetworksecurityV1beta1CertificateProvider
Specification of certificate provider. Defines the mechanism to obtain the certificate and private key for peer to peer authentication.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1beta1.Data
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class GoogleCloudNetworksecurityV1beta1CertificateProvider : 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 GoogleCloudNetworksecurityV1beta1GrpcEndpoint GrpcEndpoint { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudNetworksecurityV1beta1GrpcEndpoint |