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.



290
291
292
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 290

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



278
279
280
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 278

def analysis_query
  @analysis_query
end

#optionsGoogle::Apis::CloudassetV1p4beta1::Options

Contains request options. Corresponds to the JSON property options



283
284
285
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 283

def options
  @options
end

#output_configGoogle::Apis::CloudassetV1p4beta1::IamPolicyAnalysisOutputConfig

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



288
289
290
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 288

def output_config
  @output_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



295
296
297
298
299
# File 'lib/google/apis/cloudasset_v1p4beta1/classes.rb', line 295

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