Class: Google::Apis::CloudassetV1p4beta1::ExportIamPolicyAnalysisRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudassetV1p4beta1::ExportIamPolicyAnalysisRequest
- 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
-
#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.
186 187 188 |
# File 'generated/google/apis/cloudasset_v1p4beta1/classes.rb', line 186 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
174 175 176 |
# File 'generated/google/apis/cloudasset_v1p4beta1/classes.rb', line 174 def analysis_query @analysis_query end |
#options ⇒ Google::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 end |
#output_config ⇒ Google::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 |