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-04-17 UTC."],[[["This webpage documents the `IamPolicyAnalysisState` class within the `Google.Cloud.Asset.V1` namespace, used to represent the detailed state of entities under analysis in Google Cloud."],["The latest documented version for `IamPolicyAnalysisState` is 3.12.0, with the lowest being version 2.7.0 and there are multiple versions of this class available for reference."],["The `IamPolicyAnalysisState` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes properties like `Cause` (a string describing the cause of failure) and `Code` (a Google standard error code indicating the state of the analysis)."],["The `IamPolicyAnalysisState` class has two constructors: a default one and one that takes another `IamPolicyAnalysisState` instance for cloning purposes."]]],[]]