pub struct GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping {
pub high_sensitivity_mapping: Option<String>,
pub medium_sensitivity_mapping: Option<String>,
}Expand description
Resource value mapping for Sensitive Data Protection findings. If any of these mappings have a resource value that is not unspecified, the resource_value field will be ignored when reading this configuration.
This type is not used in any activity, and only used as part of another schema.
Fields§
§high_sensitivity_mapping: Option<String>Resource value mapping for high-sensitivity Sensitive Data Protection findings
medium_sensitivity_mapping: Option<String>Resource value mapping for medium-sensitivity Sensitive Data Protection findings
Trait Implementations§
Source§impl Clone for GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
impl Clone for GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
Source§fn clone(&self) -> GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
fn clone(&self) -> GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
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 GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
impl Default for GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
Source§fn default() -> GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
fn default() -> GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
impl<'de> Deserialize<'de> for GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
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 GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
Auto Trait Implementations§
impl Freeze for GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
impl RefUnwindSafe for GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
impl Send for GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
impl Sync for GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
impl Unpin for GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
impl UnwindSafe for GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
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