View Source GoogleApi.NetworkSecurity.V1.Model.CertificateProviderInstance (google_api_network_security v0.2.1)
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
-
pluginInstance
(type:String.t
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.NetworkSecurity.V1.Model.CertificateProviderInstance{ pluginInstance: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.