Class GooglePrivacyDlpV2ExcludeByHotword
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.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2ExcludeByHotword : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HotwordRegex
Regular expression pattern defining what qualifies as a hotword.
Declaration
[JsonProperty("hotwordRegex")]
public virtual GooglePrivacyDlpV2Regex HotwordRegex { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2Regex |
Proximity
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.
Declaration
[JsonProperty("proximity")]
public virtual GooglePrivacyDlpV2Proximity Proximity { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2Proximity |