Class: Google::Apis::CloudassetV1::AnalyzeIamPolicyLongrunningRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudassetV1::AnalyzeIamPolicyLongrunningRequest
- 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
-
#analysis_query ⇒ Google::Apis::CloudassetV1::IamPolicyAnalysisQuery
IAM policy analysis query message.
-
#output_config ⇒ Google::Apis::CloudassetV1::IamPolicyAnalysisOutputConfig
Output configuration for export IAM policy analysis destination.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AnalyzeIamPolicyLongrunningRequest
constructor
A new instance of AnalyzeIamPolicyLongrunningRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AnalyzeIamPolicyLongrunningRequest
Returns a new instance of AnalyzeIamPolicyLongrunningRequest.
67 68 69 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 67 def initialize(**args) update!(**args) end |
Instance Attribute Details
#analysis_query ⇒ Google::Apis::CloudassetV1::IamPolicyAnalysisQuery
IAM policy analysis query message.
Corresponds to the JSON property analysisQuery
60 61 62 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 60 def analysis_query @analysis_query end |
#output_config ⇒ Google::Apis::CloudassetV1::IamPolicyAnalysisOutputConfig
Output configuration for export IAM policy analysis destination.
Corresponds to the JSON property outputConfig
65 66 67 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 65 def output_config @output_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
72 73 74 75 |
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 72 def update!(**args) @analysis_query = args[:analysis_query] if args.key?(:analysis_query) @output_config = args[:output_config] if args.key?(:output_config) end |