Class: Google::Apis::CloudassetV1::AnalyzeIamPolicyLongrunningRequest

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

Overview

A request message for AssetService.AnalyzeIamPolicyLongrunning.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AnalyzeIamPolicyLongrunningRequest

Returns a new instance of AnalyzeIamPolicyLongrunningRequest.



87
88
89
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 87

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

Instance Attribute Details

#analysis_queryGoogle::Apis::CloudassetV1::IamPolicyAnalysisQuery

IAM policy analysis query message.

Corresponds to the JSON property analysisQuery



80
81
82
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 80

def analysis_query
  @analysis_query
end

#output_configGoogle::Apis::CloudassetV1::IamPolicyAnalysisOutputConfig

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



85
86
87
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 85

def output_config
  @output_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



92
93
94
95
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 92

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