Class: Google::Privacy::Dlp::V2::InspectionRuleSet

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#info_typesArray<Google::Privacy::Dlp::V2::InfoType>

Returns List of infoTypes this rule set is applied to.

Returns:



67
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 67

class InspectionRuleSet; end

#rulesArray<Google::Privacy::Dlp::V2::InspectionRule>

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

Returns:



67
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 67

class InspectionRuleSet; end