Class IamPolicyAnalysis (2.2.1)

IamPolicyAnalysis(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An analysis message to group the query and results.

Attributes

NameDescription
analysis_query `.asset_service.IamPolicyAnalysisQuery`
The analysis query.
analysis_results Sequence[`.gca_assets.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[`.gca_assets.IamPolicyAnalysisState`]
A list of non-critical errors happened during the query handling.

Inheritance

builtins.object > proto.message.Message > IamPolicyAnalysis