Class: Google::Cloud::Dlp::V2::Action::SaveFindings
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::Action::SaveFindings
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
If set, the detailed findings will be persisted to the specified OutputStorageConfig. Only a single instance of this action can be specified. Compatible with: Inspect, Risk
Instance Attribute Summary collapse
- 
  
    
      #output_config  ⇒ ::Google::Cloud::Dlp::V2::OutputStorageConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Location to store findings outside of DLP.
 
Instance Attribute Details
#output_config ⇒ ::Google::Cloud::Dlp::V2::OutputStorageConfig
Returns Location to store findings outside of DLP.
      3392 3393 3394 3395  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3392 class SaveFindings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |