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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `CertificateProviderInstance` API class is 2.0.0-beta06, with previous versions 2.0.0-beta05 and 1.0.0-beta02 also available."],["`CertificateProviderInstance` is a sealed class in the Google Cloud Network Security v1beta1 API, used to specify a TLS certificate provider instance, where workloads can have multiple instances."],["The `CertificateProviderInstance` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["A key property of the `CertificateProviderInstance` class is `PluginInstance`, which is a string used to locate and load the CertificateProvider instance configuration."],["The namespace for `CertificateProviderInstance` is `Google.Cloud.NetworkSecurity.V1Beta1` within the assembly `Google.Cloud.NetworkSecurity.V1Beta1.dll`, including a constructor that allows passing another `CertificateProviderInstance` object."]]],[]]