pub struct CustomerManagedEncryptionStatus {
pub kms_key_version_name: Option<String>,
}Expand description
Describes the status of customer-managed encryption.
This type is not used in any activity, and only used as part of another schema.
Fields§
§kms_key_version_name: Option<String>Required. The resource name of the Cloud KMS CryptoKeyVersion used to encrypt the secret payload, in the following format: projects/*/locations/*/keyRings/*/cryptoKeys/*/versions/*.
Trait Implementations§
Source§impl Clone for CustomerManagedEncryptionStatus
impl Clone for CustomerManagedEncryptionStatus
Source§fn clone(&self) -> CustomerManagedEncryptionStatus
fn clone(&self) -> CustomerManagedEncryptionStatus
Returns a duplicate 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 Default for CustomerManagedEncryptionStatus
impl Default for CustomerManagedEncryptionStatus
Source§fn default() -> CustomerManagedEncryptionStatus
fn default() -> CustomerManagedEncryptionStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CustomerManagedEncryptionStatus
impl<'de> Deserialize<'de> for CustomerManagedEncryptionStatus
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
impl Part for CustomerManagedEncryptionStatus
Auto Trait Implementations§
impl Freeze for CustomerManagedEncryptionStatus
impl RefUnwindSafe for CustomerManagedEncryptionStatus
impl Send for CustomerManagedEncryptionStatus
impl Sync for CustomerManagedEncryptionStatus
impl Unpin for CustomerManagedEncryptionStatus
impl UnwindSafe for CustomerManagedEncryptionStatus
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