AnalyzeIamPolicyResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A response message for AssetService.AnalyzeIamPolicy.
Attributes | |
---|---|
Name | Description |
main_ |
google.
The main analysis that matches the original request. |
service_ |
MutableSequence[google.
The service account impersonation analysis if [AnalyzeIamPolicyRequest.analyze_service_account_impersonation][] is enabled. |
fully_ |
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. |
Classes
IamPolicyAnalysis
IamPolicyAnalysis(mapping=None, *, ignore_unknown_fields=False, **kwargs)
An analysis message to group the query and results.