Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ConditionContext

import type { ConditionContext } from "https://googleapis.deno.dev/v1/cloudasset:v1.ts";

The IAM conditions context.

interface ConditionContext {
accessTime?: Date;
}

§Properties

§
accessTime?: Date
[src]

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.