pub struct CertificateProviderInstance {
pub plugin_instance: Option<String>,
}Expand description
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.
This type is not used in any activity, and only used as part of another schema.
Fields§
§plugin_instance: Option<String>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.
Trait Implementations§
source§impl Clone for CertificateProviderInstance
impl Clone for CertificateProviderInstance
source§fn clone(&self) -> CertificateProviderInstance
fn clone(&self) -> CertificateProviderInstance
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CertificateProviderInstance
impl Debug for CertificateProviderInstance
source§impl Default for CertificateProviderInstance
impl Default for CertificateProviderInstance
source§fn default() -> CertificateProviderInstance
fn default() -> CertificateProviderInstance
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CertificateProviderInstance
impl<'de> Deserialize<'de> for CertificateProviderInstance
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more