Show / Hide Table of Contents

Class GooglePrivacyDlpV2ExclusionRule

The rule that specifies conditions when findings of infoTypes specified in InspectionRuleSet are removed from results.

Inheritance
object
GooglePrivacyDlpV2ExclusionRule
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX