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

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



68
69
70
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 68

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

Instance Attribute Details

#analysis_queryGoogle::Apis::CloudassetV1::IamPolicyAnalysisQuery

LINT.IfChange Keep in sync with ## logs/proto/cloud_asset_inventory/

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



61
62
63
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 61

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



66
67
68
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 66

def output_config
  @output_config
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



73
74
75
76
# File 'generated/google/apis/cloudasset_v1/classes.rb', line 73

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