public sealed class ConditionExplanation : IMessage<ConditionExplanation>, IEquatable<ConditionExplanation>, IDeepCloneable<ConditionExplanation>, IBufferMessage, IMessage
Reference documentation and code samples for the Policy Troubleshooter v3 API class ConditionExplanation.
Explanation for how a condition affects a principal's access
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eConditionExplanation\u003c/code\u003e class within the Policy Troubleshooter v3 API from Google Cloud.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eConditionExplanation\u003c/code\u003e explains how a condition affects a principal's access, with its latest version being 1.2.0.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers constructors for creating new instances, and includes properties like \u003ccode\u003eErrors\u003c/code\u003e, \u003ccode\u003eEvaluationStates\u003c/code\u003e, and \u003ccode\u003eValue\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt implements multiple interfaces, such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, which it leverages from parent classes.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEvaluationStates\u003c/code\u003e property explains each statement's value, which can be \u003ccode\u003etrue\u003c/code\u003e, \u003ccode\u003efalse\u003c/code\u003e, or \u003ccode\u003enull\u003c/code\u003e depending on the evaluation outcome.\u003c/p\u003e\n"]]],[],null,["# Policy Troubleshooter v3 API - Class ConditionExplanation (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.PolicyTroubleshooter.Iam.V3/latest/Google.Cloud.PolicyTroubleshooter.Iam.V3.ConditionExplanation)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.PolicyTroubleshooter.Iam.V3/1.1.0/Google.Cloud.PolicyTroubleshooter.Iam.V3.ConditionExplanation)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.PolicyTroubleshooter.Iam.V3/1.0.0/Google.Cloud.PolicyTroubleshooter.Iam.V3.ConditionExplanation) \n\n public sealed class ConditionExplanation : IMessage\u003cConditionExplanation\u003e, IEquatable\u003cConditionExplanation\u003e, IDeepCloneable\u003cConditionExplanation\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Policy Troubleshooter v3 API class ConditionExplanation.\n\nExplanation for how a condition affects a principal's access \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ConditionExplanation \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ConditionExplanation](/dotnet/docs/reference/Google.Cloud.PolicyTroubleshooter.Iam.V3/latest/Google.Cloud.PolicyTroubleshooter.Iam.V3.ConditionExplanation), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ConditionExplanation](/dotnet/docs/reference/Google.Cloud.PolicyTroubleshooter.Iam.V3/latest/Google.Cloud.PolicyTroubleshooter.Iam.V3.ConditionExplanation), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ConditionExplanation](/dotnet/docs/reference/Google.Cloud.PolicyTroubleshooter.Iam.V3/latest/Google.Cloud.PolicyTroubleshooter.Iam.V3.ConditionExplanation), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.PolicyTroubleshooter.Iam.V3](/dotnet/docs/reference/Google.Cloud.PolicyTroubleshooter.Iam.V3/latest/Google.Cloud.PolicyTroubleshooter.Iam.V3)\n\nAssembly\n--------\n\nGoogle.Cloud.PolicyTroubleshooter.Iam.V3.dll\n\nConstructors\n------------\n\n### ConditionExplanation()\n\n public ConditionExplanation()\n\n### ConditionExplanation(ConditionExplanation)\n\n public ConditionExplanation(ConditionExplanation other)\n\nProperties\n----------\n\n### Errors\n\n public RepeatedField\u003cStatus\u003e Errors { get; }\n\nAny errors that prevented complete evaluation of the condition expression.\n\n### EvaluationStates\n\n public RepeatedField\u003cConditionExplanation.Types.EvaluationState\u003e EvaluationStates { get; }\n\nThe value of each statement of the condition expression. The value can be\n`true`, `false`, or `null`. The value is `null` if the statement can't be\nevaluated.\n\n### Value\n\n public Value Value { get; set; }\n\nValue of the condition."]]