Google Privacy Dlp V2Exclude By Hotword Args
data class GooglePrivacyDlpV2ExcludeByHotwordArgs(val hotwordRegex: Output<GooglePrivacyDlpV2RegexArgs>? = null, val proximity: Output<GooglePrivacyDlpV2ProximityArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2ExcludeByHotwordArgs>
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 GooglePrivacyDlpV2ExcludeByHotwordArgs(hotwordRegex: Output<GooglePrivacyDlpV2RegexArgs>? = null, proximity: Output<GooglePrivacyDlpV2ProximityArgs>? = null)