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.
Implements
IMessageInspectionRuleSet, IEquatableInspectionRuleSet, IDeepCloneableInspectionRuleSet, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
InspectionRuleSet()
public InspectionRuleSet()
InspectionRuleSet(InspectionRuleSet)
public InspectionRuleSet(InspectionRuleSet other)
Parameter | |
---|---|
Name | Description |
other |
InspectionRuleSet |
Properties
InfoTypes
public RepeatedField<InfoType> InfoTypes { get; }
List of infoTypes this rule set is applied to.
Property Value | |
---|---|
Type | Description |
RepeatedFieldInfoType |
Rules
public RepeatedField<InspectionRule> Rules { get; }
Set of rules to be applied to infoTypes. The rules are applied in order.
Property Value | |
---|---|
Type | Description |
RepeatedFieldInspectionRule |