Class: Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedRiskAnalysisOptions

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dlp_v2/classes.rb,
lib/google/apis/dlp_v2/representations.rb,
lib/google/apis/dlp_v2/representations.rb

Overview

Risk analysis options.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2RequestedRiskAnalysisOptions

Returns a new instance of GooglePrivacyDlpV2RequestedRiskAnalysisOptions.



10396
10397
10398
# File 'lib/google/apis/dlp_v2/classes.rb', line 10396

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#job_configGoogle::Apis::DlpV2::GooglePrivacyDlpV2RiskAnalysisJobConfig

Configuration for a risk analysis job. See https://docs.cloud.google.com/ sensitive-data-protection/docs/concepts-risk-analysis to learn more. Corresponds to the JSON property jobConfig



10394
10395
10396
# File 'lib/google/apis/dlp_v2/classes.rb', line 10394

def job_config
  @job_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10401
10402
10403
# File 'lib/google/apis/dlp_v2/classes.rb', line 10401

def update!(**args)
  @job_config = args[:job_config] if args.key?(:job_config)
end