Struct google_dlp2::GooglePrivacyDlpV2ExcludeInfoTypes[][src]

pub struct GooglePrivacyDlpV2ExcludeInfoTypes {
    pub info_types: Option<Vec<GooglePrivacyDlpV2InfoType>>,
}

List of exclude infoTypes.

This type is not used in any activity, and only used as part of another schema.

Fields

InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list. For example, for InspectionRuleSet.info_types containing "PHONE_NUMBER"andexclusion_rulecontainingexclude_info_types.info_types` with "EMAIL_ADDRESS" the phone number findings are dropped if they overlap with EMAIL_ADDRESS finding. That leads to "555-222-2222@example.org" to generate only a single finding, namely email address.

Trait Implementations

impl Default for GooglePrivacyDlpV2ExcludeInfoTypes
[src]

Returns the "default value" for a type. Read more

impl Clone for GooglePrivacyDlpV2ExcludeInfoTypes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GooglePrivacyDlpV2ExcludeInfoTypes
[src]

Formats the value using the given formatter. Read more

impl Part for GooglePrivacyDlpV2ExcludeInfoTypes
[src]

Auto Trait Implementations