Class GooglePrivacyDlpV2ExclusionRule
The rule that specifies conditions when findings of infoTypes specified in InspectionRuleSet
are removed from
results.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2ExclusionRule : IDirectResponseSchema
Properties
Dictionary
Dictionary which defines the rule.
Declaration
[JsonProperty("dictionary")]
public virtual GooglePrivacyDlpV2Dictionary Dictionary { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2Dictionary |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExcludeByHotword
Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.
Declaration
[JsonProperty("excludeByHotword")]
public virtual GooglePrivacyDlpV2ExcludeByHotword ExcludeByHotword { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2ExcludeByHotword |
ExcludeInfoTypes
Set of infoTypes for which findings would affect this rule.
Declaration
[JsonProperty("excludeInfoTypes")]
public virtual GooglePrivacyDlpV2ExcludeInfoTypes ExcludeInfoTypes { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2ExcludeInfoTypes |
MatchingType
How the rule is applied, see MatchingType documentation for details.
Declaration
[JsonProperty("matchingType")]
public virtual string MatchingType { get; set; }
Property Value
Type | Description |
---|---|
string |
Regex
Regular expression which defines the rule.
Declaration
[JsonProperty("regex")]
public virtual GooglePrivacyDlpV2Regex Regex { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2Regex |