Class: Google::Apis::CloudassetV1p4beta1::ExportIamPolicyAnalysisRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudassetV1p4beta1::ExportIamPolicyAnalysisRequest
- 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
-
#analysis_query ⇒ Google::Apis::CloudassetV1p4beta1::IamPolicyAnalysisQuery
IAM policy analysis query message.
-
#options ⇒ Google::Apis::CloudassetV1p4beta1::Options
Contains request options.
-
#output_config ⇒ Google::Apis::CloudassetV1p4beta1::IamPolicyAnalysisOutputConfig
Output configuration for export IAM policy analysis destination.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExportIamPolicyAnalysisRequest
constructor
A new instance of ExportIamPolicyAnalysisRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_query ⇒ Google::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 |
#options ⇒ Google::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 end |
#output_config ⇒ Google::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 |