View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExcludeInfoTypes (google_api_dlp v0.46.0)

List of excluded 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, 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExcludeInfoTypes{
  infoTypes: [GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2InfoType.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.