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
sourceimpl Clone for CertificateProviderInstance
impl Clone for CertificateProviderInstance
sourcefn clone(&self) -> CertificateProviderInstance
fn clone(&self) -> CertificateProviderInstance
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for CertificateProviderInstance
impl Debug for CertificateProviderInstance
sourceimpl Default for CertificateProviderInstance
impl Default for CertificateProviderInstance
sourcefn default() -> CertificateProviderInstance
fn default() -> CertificateProviderInstance
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for CertificateProviderInstance
impl<'de> Deserialize<'de> for CertificateProviderInstance
sourcefn 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
impl Part for CertificateProviderInstance
Auto Trait Implementations
impl RefUnwindSafe for CertificateProviderInstance
impl Send for CertificateProviderInstance
impl Sync for CertificateProviderInstance
impl Unpin for CertificateProviderInstance
impl UnwindSafe for CertificateProviderInstance
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more