Google Privacy Dlp V2Exclude By Hotword Response
data class GooglePrivacyDlpV2ExcludeByHotwordResponse(val hotwordRegex: GooglePrivacyDlpV2RegexResponse, val proximity: GooglePrivacyDlpV2ProximityResponse)
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.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2ExcludeByHotwordResponse(hotwordRegex: GooglePrivacyDlpV2RegexResponse, proximity: GooglePrivacyDlpV2ProximityResponse)