Class: Google::Cloud::Dlp::V2::Action::SaveFindings

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#output_config::Google::Cloud::Dlp::V2::OutputStorageConfig

Returns Location to store findings outside of DLP.

Returns:



3318
3319
3320
3321
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3318

class SaveFindings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end