public sealed class ExcludeByHotword : IMessage<ExcludeByHotword>, IEquatable<ExcludeByHotword>, IDeepCloneable<ExcludeByHotword>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ExcludeByHotword.
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.
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 windowBefore property in proximity should be set to 1 if the hotword
needs to be included in a column header.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This document provides reference documentation for the `ExcludeByHotword` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically for .NET."],["`ExcludeByHotword` allows the creation of rules to exclude findings based on the presence of a \"hotword,\" which can include column names in tables during record inspection."],["The latest version available in this document is 4.16.0, and a variety of versions from 2.15.0 to 4.15.0 are referenced with their respective documentation."],["The class `ExcludeByHotword` inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two key properties `HotwordRegex` and `Proximity`, for defining the regular expression pattern of the hotword and its proximity or range of characters, respectively."]]],[]]