Show / Hide Table of Contents

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.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX