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 latest version available is 3.12.0, with a range of versions from 2.7.0 up to 3.12.0 being documented."],["This content focuses on the `ConditionContext` class within the `Google.Cloud.Asset.V1` namespace, which is a component for evaluating IAM conditions."],["The `ConditionContext` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data structures."],["The `ConditionContext` class contains two constructors, `ConditionContext()` and `ConditionContext(IamPolicyAnalysisQuery.Types.ConditionContext other)` to allow for initialising empty or with values."],["The `AccessTime` property, a Timestamp type, is used to set the hypothetical time in which IAM conditions will be evaluated."]]],[]]