Reference documentation and code samples for the Cloud Asset V1 API class Google::Cloud::Asset::V1::IamPolicyAnalysisState.
Represents the detailed state of an entity under analysis, such as a resource, an identity or an access.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cause
def cause() -> ::String
- (::String) — The human-readable description of the cause of failure.
#cause=
def cause=(value) -> ::String
- value (::String) — The human-readable description of the cause of failure.
- (::String) — The human-readable description of the cause of failure.
#code
def code() -> ::Google::Rpc::Code
-
(::Google::Rpc::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;
#code=
def code=(value) -> ::Google::Rpc::Code
-
value (::Google::Rpc::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;
-
(::Google::Rpc::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;