Class IamPolicyAnalysisState (3.9.0)

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

Represents the detailed state of an entity under analysis, such as a resource, an identity or an access.

Attributes

NameDescription
code google.rpc.code_pb2.Code
The Google standard error code that best describes the state. For example: - OK means the analysis on this entity has been successfully finished; - PERMISSION_DENIED means an access denied error is encountered; - DEADLINE_EXCEEDED means the analysis on this entity hasn't been started in time;
cause str
The human-readable description of the cause of failure.

Inheritance

builtins.object > proto.message.Message > IamPolicyAnalysisState