GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExcludeInfoTypes (google_api_dlp v0.41.0) View Source
List of exclude infoTypes.
Attributes
-
infoTypes
(type:list(GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t)
, default:nil
) - 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, forInspectionRuleSet.info_types
containing "PHONE_NUMBER"and
exclusion_rulecontaining
exclude_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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExcludeInfoTypes{ infoTypes: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.