Class: Google::Cloud::Dlp::V2::DiscoveryOtherCloudFilter
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::DiscoveryOtherCloudFilter
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
Determines which resources from the other cloud will have profiles generated. Includes the ability to filter by resource names.
Instance Attribute Summary collapse
- 
  
    
      #collection  ⇒ ::Google::Cloud::Dlp::V2::OtherCloudResourceCollection 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A collection of resources for this filter to apply to.
 - 
  
    
      #others  ⇒ ::Google::Cloud::Dlp::V2::AllOtherResources 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Optional.
 - 
  
    
      #single_resource  ⇒ ::Google::Cloud::Dlp::V2::OtherCloudSingleResourceReference 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource to scan.
 
Instance Attribute Details
#collection ⇒ ::Google::Cloud::Dlp::V2::OtherCloudResourceCollection
Returns A collection of resources for this filter to apply to.
      5104 5105 5106 5107  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5104 class DiscoveryOtherCloudFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#others ⇒ ::Google::Cloud::Dlp::V2::AllOtherResources
Returns Optional. Catch-all. This should always be the last target in the list because anything above it will apply first. Should only appear once in a configuration. If none is specified, a default one will be added automatically.
      5104 5105 5106 5107  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5104 class DiscoveryOtherCloudFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#single_resource ⇒ ::Google::Cloud::Dlp::V2::OtherCloudSingleResourceReference
Returns The resource to scan. Configs using this filter can only have one target (the target with this single resource reference).
      5104 5105 5106 5107  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5104 class DiscoveryOtherCloudFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |