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-04-02 UTC."],[[["The `CertificateProviderInstance` class is part of the Network Security v1beta1 API, serving as a specification for a TLS certificate provider instance."],["Workloads can utilize this class to locate and load configurations for multiple CertificateProvider instances, with one being enabled at a time."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting from the `object` class."],["The `PluginInstance` property within the `CertificateProviderInstance` class is a required string used to identify and load the appropriate CertificateProvider instance configuration, with \"google_cloud_private_spiffe\" being the value for Certificate Authority Service."],["The latest version in the documentation is `2.0.0-beta06`, with `2.0.0-beta05` and `1.0.0-beta02` being also available."]]],[]]