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

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudasset_v1p4beta1/classes.rb,
generated/google/apis/cloudasset_v1p4beta1/representations.rb,
generated/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.



186
187
188
# File 'generated/google/apis/cloudasset_v1p4beta1/classes.rb', line 186

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



174
175
176
# File 'generated/google/apis/cloudasset_v1p4beta1/classes.rb', line 174

def analysis_query
  @analysis_query
end

#optionsGoogle::Apis::CloudassetV1p4beta1::Options

Contains request options. Corresponds to the JSON property options



179
180
181
# File 'generated/google/apis/cloudasset_v1p4beta1/classes.rb', line 179

def options
  @options
end

#output_configGoogle::Apis::CloudassetV1p4beta1::IamPolicyAnalysisOutputConfig

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



184
185
186
# File 'generated/google/apis/cloudasset_v1p4beta1/classes.rb', line 184

def output_config
  @output_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



191
192
193
194
195
# File 'generated/google/apis/cloudasset_v1p4beta1/classes.rb', line 191

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