Show / Hide Table of Contents

Class GooglePrivacyDlpV2HotwordRule

The rule that adjusts the likelihood of findings within a certain proximity of hotwords.

Inheritance
object
GooglePrivacyDlpV2HotwordRule
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2HotwordRule : 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

LikelihoodAdjustment

Likelihood adjustment to apply to all matching findings.

Declaration
[JsonProperty("likelihoodAdjustment")]
public virtual GooglePrivacyDlpV2LikelihoodAdjustment LikelihoodAdjustment { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2LikelihoodAdjustment

Proximity

Range of characters within which the entire hotword must reside. The total length of the window cannot exceed 1000 characters. The finding itself will be included in the window, so that hotwords can be used to match substrings of the finding itself. Suppose you want Cloud DLP to promote the likelihood of the phone number regex "(\d{3}) \d{3}-\d{4}" if the area code is known to be the area code of a company's office. In this case, use the hotword regex "(xxx)", where "xxx" is the area code in question. For tabular data, if you want to modify the likelihood of an entire column of findngs, 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("proximity")]
public virtual GooglePrivacyDlpV2Proximity Proximity { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2Proximity

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX