Google Cloud Data Loss Prevention v2 API - Class CustomInfoType.Types.DetectionRule.Types.HotwordRule (4.8.0)

public sealed class CustomInfoType.Types.DetectionRule.Types.HotwordRule : IMessage<CustomInfoType.Types.DetectionRule.Types.HotwordRule>, IEquatable<CustomInfoType.Types.DetectionRule.Types.HotwordRule>, IDeepCloneable<CustomInfoType.Types.DetectionRule.Types.HotwordRule>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class CustomInfoType.Types.DetectionRule.Types.HotwordRule.

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

Inheritance

object > CustomInfoType.Types.DetectionRule.Types.HotwordRule

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

HotwordRule()

public HotwordRule()

HotwordRule(HotwordRule)

public HotwordRule(CustomInfoType.Types.DetectionRule.Types.HotwordRule other)
Parameter
NameDescription
otherCustomInfoTypeTypesDetectionRuleTypesHotwordRule

Properties

HotwordRegex

public CustomInfoType.Types.Regex HotwordRegex { get; set; }

Regular expression pattern defining what qualifies as a hotword.

Property Value
TypeDescription
CustomInfoTypeTypesRegex

LikelihoodAdjustment

public CustomInfoType.Types.DetectionRule.Types.LikelihoodAdjustment LikelihoodAdjustment { get; set; }

Likelihood adjustment to apply to all matching findings.

Property Value
TypeDescription
CustomInfoTypeTypesDetectionRuleTypesLikelihoodAdjustment

Proximity

public CustomInfoType.Types.DetectionRule.Types.Proximity Proximity { get; set; }

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.

Property Value
TypeDescription
CustomInfoTypeTypesDetectionRuleTypesProximity