AnalyzeIamPolicyResponse class

A response message for AssetService.AnalyzeIamPolicy.

Constructors

AnalyzeIamPolicyResponse({bool? fullyExplored, IamPolicyAnalysis? mainAnalysis, List<IamPolicyAnalysis>? serviceAccountImpersonationAnalysis})
AnalyzeIamPolicyResponse.fromJson(Map json_)

Properties

fullyExplored bool?
Represents whether all entries in the main_analysis and service_account_impersonation_analysis have been fully explored to answer the query in the request.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mainAnalysis IamPolicyAnalysis?
The main analysis that matches the original request.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAccountImpersonationAnalysis List<IamPolicyAnalysis>?
The service account impersonation analysis if AnalyzeIamPolicyRequest.analyze_service_account_impersonation is enabled.
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