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-03-21 UTC."],[[["The webpage details the `ConditionContext` class, which is part of the `Google.Cloud.Asset.V1` namespace and used for IAM condition evaluation."],["The most recent version available for this specific documentation of `ConditionContext` is 3.12.0, however there are links to other versions, all the way back to 2.7.0, allowing for comparison."],["`ConditionContext` is used to specify the hypothetical time for evaluating IAM conditions, ensuring the time is not earlier than the current time, in addition to implementing multiple interfaces."],["The `ConditionContext` class has a constructor that accepts another `ConditionContext` object as a parameter, allowing for copying or creating objects from an existing one."],["The `AccessTime` property within the `ConditionContext` class is of type `Timestamp` and determines the point in time used to evaluate IAM conditions."]]],[]]