public sealed class CertificateProviderInstance : IMessage<CertificateProviderInstance>, IEquatable<CertificateProviderInstance>, IDeepCloneable<CertificateProviderInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Security v1beta1 API class CertificateProviderInstance.
Specification of a TLS certificate provider instance. Workloads may have one or more CertificateProvider instances (plugins) and one of them is enabled and configured by specifying this message. Workloads use the values from this message to locate and load the CertificateProvider instance configuration.
Implements
IMessageCertificateProviderInstance, IEquatableCertificateProviderInstance, IDeepCloneableCertificateProviderInstance, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Beta1Assembly
Google.Cloud.NetworkSecurity.V1Beta1.dll
Constructors
CertificateProviderInstance()
public CertificateProviderInstance()
CertificateProviderInstance(CertificateProviderInstance)
public CertificateProviderInstance(CertificateProviderInstance other)
Parameter | |
---|---|
Name | Description |
other |
CertificateProviderInstance |
Properties
PluginInstance
public string PluginInstance { get; set; }
Required. Plugin instance name, used to locate and load CertificateProvider instance configuration. Set to "google_cloud_private_spiffe" to use Certificate Authority Service certificate provider instance.
Property Value | |
---|---|
Type | Description |
string |