public sealed class IamPolicyAnalysisState : IMessage<IamPolicyAnalysisState>, IEquatable<IamPolicyAnalysisState>, IDeepCloneable<IamPolicyAnalysisState>, IBufferMessage, IMessage
Represents the detailed state of an entity under analysis, such as a
resource, an identity or an access.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `IamPolicyAnalysisState` class, which represents the state of an entity under analysis."],["The `IamPolicyAnalysisState` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class is part of the `Google.Cloud.Asset.V1` namespace within the `Google.Cloud.Asset.V1.dll` assembly."],["The class has two constructors, a default one and one that takes another `IamPolicyAnalysisState` as a parameter, allowing for deep cloning."],["The `IamPolicyAnalysisState` class provides properties for `Cause`, which is a string describing the cause of a failure, and `Code`, which gives the Google standard error code that best represents the state of the analysis."]]],[]]