Google Cloud Data Loss Prevention v2 API - Class InspectionRuleSet (4.8.0)

public sealed class InspectionRuleSet : IMessage<InspectionRuleSet>, IEquatable<InspectionRuleSet>, IDeepCloneable<InspectionRuleSet>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InspectionRuleSet.

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 > InspectionRuleSet

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

InspectionRuleSet()

public InspectionRuleSet()

InspectionRuleSet(InspectionRuleSet)

public InspectionRuleSet(InspectionRuleSet other)
Parameter
NameDescription
otherInspectionRuleSet

Properties

InfoTypes

public RepeatedField<InfoType> InfoTypes { get; }

List of infoTypes this rule set is applied to.

Property Value
TypeDescription
RepeatedFieldInfoType

Rules

public RepeatedField<InspectionRule> Rules { get; }

Set of rules to be applied to infoTypes. The rules are applied in order.

Property Value
TypeDescription
RepeatedFieldInspectionRule