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"]],[["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 documentation details the `ConditionExplanation` class, which is part of the Policy Troubleshooter v3 API, and is used to explain how a condition affects a principal's access."],["The `ConditionExplanation` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class contains properties such as `Errors`, which is a `RepeatedField` of `Status` type indicating any evaluation errors, `EvaluationStates` containing `EvaluationState` types, and `Value` detailing the condition's value."],["There are two constructors available for the `ConditionExplanation` class, a default constructor, and one that takes another `ConditionExplanation` object as a parameter."],["This class belongs to the `Google.Cloud.PolicyTroubleshooter.Iam.V3` namespace, and it's assembly is named `Google.Cloud.PolicyTroubleshooter.Iam.V3.dll`."]]],[]]