IamPolicyAnalysis class

An analysis message to group the query and results.

Constructors

IamPolicyAnalysis({IamPolicyAnalysisQuery? analysisQuery, List<IamPolicyAnalysisResult>? analysisResults, bool? fullyExplored, List<IamPolicyAnalysisState>? nonCriticalErrors})
IamPolicyAnalysis.fromJson(Map json_)

Properties

analysisQuery IamPolicyAnalysisQuery?
The analysis query.
getter/setter pair
analysisResults List<IamPolicyAnalysisResult>?
A list of IamPolicyAnalysisResult that matches the analysis query, or empty if no result is found.
getter/setter pair
fullyExplored bool?
Represents whether all entries in the analysis_results have been fully explored to answer the query.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nonCriticalErrors List<IamPolicyAnalysisState>?
A list of non-critical errors happened during the query handling.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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