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 details the `IamPolicyAnalysisState` class, which represents the state of an entity under analysis."],["The latest version available for `IamPolicyAnalysisState` is 3.12.0, and multiple prior versions are accessible, dating back to version 2.7.0."],["`IamPolicyAnalysisState` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `IamPolicyAnalysisState` instance, and includes two properties: `Cause` for a description of any failure and `Code` for the Google standard error code."],["The class inherits methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from `Object`."]]],[]]