class Google::Apis::NetworksecurityV1::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.
Attributes
plugin_instance[RW]
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. Corresponds to the JSON property `pluginInstance` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/networksecurity_v1/classes.rb, line 115 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/networksecurity_v1/classes.rb, line 120 def update!(**args) @plugin_instance = args[:plugin_instance] if args.key?(:plugin_instance) end