GooglePrivacyDlpV2ExcludeByHotwordArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): GooglePrivacyDlpV2ExcludeByHotwordArgs

Properties

Link copied to clipboard

Regular expression pattern defining what qualifies as a hotword.

Link copied to clipboard

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.