analysisResults property

List<IamPolicyAnalysisResult>? analysisResults
getter/setter pair

A list of IamPolicyAnalysisResult that matches the analysis query, or empty if no result is found.

Implementation

core.List<IamPolicyAnalysisResult>? analysisResults;