Class GooglePrivacyDlpV2Proximity
Message for specifying a window around a finding to apply a detection rule.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2Proximity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
WindowAfter
Number of characters after the finding to consider.
Declaration
[JsonProperty("windowAfter")]
public virtual int? WindowAfter { get; set; }
Property Value
Type | Description |
---|---|
int? |
WindowBefore
Number of characters before the finding to consider. For tabular data, if you want to modify the likelihood of an entire column of findngs, set this to 1. For more information, 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).
Declaration
[JsonProperty("windowBefore")]
public virtual int? WindowBefore { get; set; }
Property Value
Type | Description |
---|---|
int? |