public sealed class ConditionContext : IMessage<IamPolicyAnalysisQuery.Types.ConditionContext>, IEquatable<IamPolicyAnalysisQuery.Types.ConditionContext>, IDeepCloneable<IamPolicyAnalysisQuery.Types.ConditionContext>, IBufferMessage, IMessage
The hypothetical access timestamp to evaluate IAM conditions. Note that
this value must not be earlier than the current time; otherwise, an
INVALID_ARGUMENT error will be returned.
[[["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 `ConditionContext` class, part of the `Google.Cloud.Asset.V1` namespace, which is used for evaluating IAM condition contexts."],["The latest version of the class available is version 3.12.0, and there are many historical versions of the class available dating back to 2.7.0."],["The `ConditionContext` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `ConditionContext` class has two constructors, one parameterless, and one accepting another `ConditionContext` as a parameter, and has properties `AccessTime` and `TimeContextCase`."],["The `AccessTime` property, which is of type `Timestamp`, represents the hypothetical timestamp for evaluating IAM conditions and cannot be earlier than the current time."]]],[]]