Class: Google::Apis::CloudassetV1p4beta1::ExportIamPolicyAnalysisRequest

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

Overview

A request message for AssetService.ExportIamPolicyAnalysis.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ExportIamPolicyAnalysisRequest

Returns a new instance of ExportIamPolicyAnalysisRequest.



257
258
259
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 257

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

Instance Attribute Details

#analysis_queryGoogle::Apis::CloudassetV1p4beta1::IamPolicyAnalysisQuery

IAM policy analysis query message. Corresponds to the JSON property analysisQuery



245
246
247
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 245

def analysis_query
  @analysis_query
end

#optionsGoogle::Apis::CloudassetV1p4beta1::Options

Contains request options. Corresponds to the JSON property options



250
251
252
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 250

def options
  @options
end

#output_configGoogle::Apis::CloudassetV1p4beta1::IamPolicyAnalysisOutputConfig

Output configuration for export IAM policy analysis destination. Corresponds to the JSON property outputConfig



255
256
257
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 255

def output_config
  @output_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



262
263
264
265
266
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 262

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