class Google::Apis::DlpV2::GooglePrivacyDlpV2SaveFindings

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

Attributes

output_config[RW]

Cloud repository for storing output. Corresponds to the JSON property `outputConfig` @return [Google::Apis::DlpV2::GooglePrivacyDlpV2OutputStorageConfig]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 5445
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dlp_v2/classes.rb, line 5450
def update!(**args)
  @output_config = args[:output_config] if args.key?(:output_config)
end