Struct google_transcoder1::api::SecretManagerSource
source · pub struct SecretManagerSource {
pub secret_version: Option<String>,
}Expand description
Configuration for secrets stored in Google Secret Manager.
This type is not used in any activity, and only used as part of another schema.
Fields§
§secret_version: Option<String>Required. The name of the Secret Version containing the encryption key in the following format: projects/{project}/secrets/{secret_id}/versions/{version_number} Note that only numbered versions are supported. Aliases like “latest” are not supported.
Trait Implementations§
source§impl Clone for SecretManagerSource
impl Clone for SecretManagerSource
source§fn clone(&self) -> SecretManagerSource
fn clone(&self) -> SecretManagerSource
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 SecretManagerSource
impl Debug for SecretManagerSource
source§impl Default for SecretManagerSource
impl Default for SecretManagerSource
source§fn default() -> SecretManagerSource
fn default() -> SecretManagerSource
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SecretManagerSource
impl<'de> Deserialize<'de> for SecretManagerSource
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
source§impl Serialize for SecretManagerSource
impl Serialize for SecretManagerSource
impl Part for SecretManagerSource
Auto Trait Implementations§
impl RefUnwindSafe for SecretManagerSource
impl Send for SecretManagerSource
impl Sync for SecretManagerSource
impl Unpin for SecretManagerSource
impl UnwindSafe for SecretManagerSource
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more