AnalyzeIamPolicyLongrunningRequest class

A request message for AssetService.AnalyzeIamPolicyLongrunning.

Properties

analysisQuery IamPolicyAnalysisQuery?
The request query.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
outputConfig IamPolicyAnalysisOutputConfig?
Output configuration indicating where the results will be output to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savedAnalysisQuery String?
The name of a saved query, which must be in the format of: * projects/project_number/savedQueries/saved_query_id * folders/folder_number/savedQueries/saved_query_id * organizations/organization_number/savedQueries/saved_query_id If both analysis_query and saved_analysis_query are provided, they will be merged together with the saved_analysis_query as base and the analysis_query as overrides.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited