IamPolicyAnalysis(mapping=None, *, ignore_unknown_fields=False, **kwargs)
An analysis message to group the query and results. .. attribute:: analysis_query
The analysis query.
Attributes
Name | Description |
analysis_results |
Sequence[google.cloud.asset_v1.types.IamPolicyAnalysisResult]
A list of IamPolicyAnalysisResult that matches the analysis query, or empty if no result is found. |
fully_explored |
bool
Represents whether all entries in the analysis_results have been fully explored to answer the query. |
non_critical_errors |
Sequence[google.cloud.asset_v1.types.IamPolicyAnalysisState]
A list of non-critical errors happened during the query handling. |