Network Security v1beta1 API - Class CertificateProviderInstance (2.0.0-beta05)

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.

Inheritance

object > CertificateProviderInstance

Namespace

Google.Cloud.NetworkSecurity.V1Beta1

Assembly

Google.Cloud.NetworkSecurity.V1Beta1.dll

Constructors

CertificateProviderInstance()

public CertificateProviderInstance()

CertificateProviderInstance(CertificateProviderInstance)

public CertificateProviderInstance(CertificateProviderInstance other)
Parameter
NameDescription
otherCertificateProviderInstance

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
TypeDescription
string