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

The rule that specifies conditions when findings of infoTypes specified in InspectionRuleSet are removed from results.

Attributes

  • dictionary (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Dictionary.t, default: nil) - Dictionary which defines the rule.
  • excludeByHotword (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExcludeByHotword.t, default: nil) - Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
  • excludeInfoTypes (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExcludeInfoTypes.t, default: nil) - Set of infoTypes for which findings would affect this rule.
  • matchingType (type: String.t, default: nil) - How the rule is applied, see MatchingType documentation for details.
  • regex (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Regex.t, default: nil) - Regular expression which defines the rule.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExclusionRule{
  dictionary: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Dictionary.t() | nil,
  excludeByHotword:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExcludeByHotword.t() | nil,
  excludeInfoTypes:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExcludeInfoTypes.t() | nil,
  matchingType: String.t() | nil,
  regex: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Regex.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.