class Google::Apis::CloudassetV1::AnalyzeIamPolicyLongrunningRequest
A request message for AssetService.AnalyzeIamPolicyLongrunning.
Attributes
analysis_query[RW]
## IAM policy analysis query message. Corresponds to the JSON property `analysisQuery` @return [Google::Apis::CloudassetV1::IamPolicyAnalysisQuery]
output_config[RW]
Output configuration for export IAM policy analysis destination. Corresponds to the JSON property `outputConfig` @return [Google::Apis::CloudassetV1::IamPolicyAnalysisOutputConfig]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/cloudasset_v1/classes.rb, line 87 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_v1/classes.rb, line 92 def update!(**args) @analysis_query = args[:analysis_query] if args.key?(:analysis_query) @output_config = args[:output_config] if args.key?(:output_config) end