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

The rule to exclude findings based on a hotword. For record inspection of tables, column names are considered hotwords. An example of this is to exclude a finding if it belongs to a BigQuery column that matches a specific pattern.

Attributes

  • hotwordRegex (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Regex.t, default: nil) - Regular expression pattern defining what qualifies as a hotword.
  • proximity (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Proximity.t, default: nil) - Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The windowBefore property in proximity should be set to 1 if the hotword needs to be included in a column header.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2ExcludeByHotword{
  hotwordRegex: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Regex.t() | nil,
  proximity: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Proximity.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.