public sealed class IamPolicyAnalysisState : IMessage<IamPolicyAnalysisState>, IEquatable<IamPolicyAnalysisState>, IDeepCloneable<IamPolicyAnalysisState>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Asset Inventory v1 API class IamPolicyAnalysisState.
Represents the detailed state of an entity under analysis, such as a resource, an identity or an access.
Implements
IMessageIamPolicyAnalysisState, IEquatableIamPolicyAnalysisState, IDeepCloneableIamPolicyAnalysisState, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
IamPolicyAnalysisState()
public IamPolicyAnalysisState()IamPolicyAnalysisState(IamPolicyAnalysisState)
public IamPolicyAnalysisState(IamPolicyAnalysisState other)| Parameter | |
|---|---|
| Name | Description |
other |
IamPolicyAnalysisState |
Properties
Cause
public string Cause { get; set; }The human-readable description of the cause of failure.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Code
public Code Code { get; set; }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;
| Property Value | |
|---|---|
| Type | Description |
Code |
|