Class: Google::Cloud::Dlp::V2::ExcludeInfoTypes
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::ExcludeInfoTypes
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
List of excluded infoTypes.
Instance Attribute Summary collapse
- 
  
    
      #info_types  ⇒ ::Array<::Google::Cloud::Dlp::V2::InfoType> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
InfoType list in ExclusionRule rule drops a finding when it overlaps or contained within with a finding of an infoType from this list.
 
Instance Attribute Details
#info_types ⇒ ::Array<::Google::Cloud::Dlp::V2::InfoType>
Returns InfoType list in ExclusionRule rule drops a finding when it overlaps or
contained within with a finding of an infoType from this list. For
example, for InspectionRuleSet.info_types containing "PHONE_NUMBER"and
exclusion_rulecontainingexclude_info_types.info_types` with
"EMAIL_ADDRESS" the phone number findings are dropped if they overlap
with EMAIL_ADDRESS finding.
That leads to "555-222-2222@example.org" to generate only a single
finding, namely email address.
      35 36 37 38  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 35 class ExcludeInfoTypes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |