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

The rule that adjusts the likelihood of findings within a certain proximity of hotwords.

Attributes

  • hotwordRegex (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Regex.t, default: nil) - Regular expression pattern defining what qualifies as a hotword.
  • likelihoodAdjustment (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LikelihoodAdjustment.t, default: nil) - Likelihood adjustment to apply to all matching findings.
  • 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 finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, see [Hotword example: Set the match likelihood of a table column] (https://cloud.google.com/sensitive-data-protection/docs/creating-custom-infotypes-likelihood#match-column-values).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2HotwordRule{
  hotwordRegex: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2Regex.t() | nil,
  likelihoodAdjustment:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2LikelihoodAdjustment.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.