class Google::Apis::CloudassetV1p4beta1::ExportIamPolicyAnalysisRequest
A request message for AssetService.ExportIamPolicyAnalysis.
Attributes
analysis_query[RW]
IAM policy analysis query message. Corresponds to the JSON property `analysisQuery` @return [Google::Apis::CloudassetV1p4beta1::IamPolicyAnalysisQuery]
options[RW]
Contains request options. Corresponds to the JSON property `options` @return [Google::Apis::CloudassetV1p4beta1::Options]
output_config[RW]
Output configuration for export IAM policy analysis destination. Corresponds to the JSON property `outputConfig` @return [Google::Apis::CloudassetV1p4beta1::IamPolicyAnalysisOutputConfig]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudasset_v1p4beta1/classes.rb, line 290 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# 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