Class GooglePrivacyDlpV2InspectionRuleSet
Rule set for modifying a set of infoTypes to alter behavior under certain circumstances, depending on the specific details of the rules within the set.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2InspectionRuleSet : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InfoTypes
List of infoTypes this rule set is applied to.
Declaration
[JsonProperty("infoTypes")]
public virtual IList<GooglePrivacyDlpV2InfoType> InfoTypes { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2InfoType> |
Rules
Set of rules to be applied to infoTypes. The rules are applied in order.
Declaration
[JsonProperty("rules")]
public virtual IList<GooglePrivacyDlpV2InspectionRule> Rules { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2InspectionRule> |