AnalyzeIamPolicyLongrunningRequest class
A request message for AssetService.AnalyzeIamPolicyLongrunning.
Constructors
- AnalyzeIamPolicyLongrunningRequest({IamPolicyAnalysisQuery? analysisQuery, IamPolicyAnalysisOutputConfig? outputConfig, String? savedAnalysisQuery})
- AnalyzeIamPolicyLongrunningRequest.fromJson(Map json_)
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
andsaved_analysis_query
are provided, they will be merged together with thesaved_analysis_query
as base and theanalysis_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