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."],[[["The `IamPolicyAnalysisState` class represents the detailed state of an entity under analysis, such as a resource, identity, or access."],["This page documents versions ranging from 2.7.0 to 3.12.0 of the `IamPolicyAnalysisState` class, with 3.12.0 being the latest version."],["The `IamPolicyAnalysisState` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `IamPolicyAnalysisState` class includes properties such as `Cause`, which provides a human-readable description of any failure, and `Code`, which indicates the Google standard error code describing the state of the analysis."],["The class `IamPolicyAnalysisState` has a constructor `IamPolicyAnalysisState(IamPolicyAnalysisState other)` that takes another instance of `IamPolicyAnalysisState` as a parameter."]]],[]]