Class: Google::Cloud::NetworkSecurity::V1beta1::CertificateProviderInstance
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1beta1::CertificateProviderInstance
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1beta1/tls.rb
Overview
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.
Instance Attribute Summary collapse
-
#plugin_instance ⇒ ::String
Required.
Instance Attribute Details
#plugin_instance ⇒ ::String
Returns 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.
59 60 61 62 |
# File 'proto_docs/google/cloud/networksecurity/v1beta1/tls.rb', line 59 class CertificateProviderInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |