Class: Google::Privacy::Dlp::V2::ExclusionRule

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

Overview

The rule that specifies conditions when findings of infoTypes specified in InspectionRuleSet are removed from results.

Instance Attribute Summary collapse

Instance Attribute Details

#dictionaryGoogle::Privacy::Dlp::V2::CustomInfoType::Dictionary

Returns Dictionary which defines the rule.

Returns:



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

class ExclusionRule; end

#exclude_info_typesGoogle::Privacy::Dlp::V2::ExcludeInfoTypes

Returns Set of infoTypes for which findings would affect this rule.

Returns:



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

class ExclusionRule; end

#matching_typeGoogle::Privacy::Dlp::V2::MatchingType

Returns How the rule is applied, see MatchingType documentation for details.

Returns:



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

class ExclusionRule; end

#regexGoogle::Privacy::Dlp::V2::CustomInfoType::Regex

Returns Regular expression which defines the rule.

Returns:



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

class ExclusionRule; end