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

ApproveDecision

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

A decision that has been made to approve access to a resource.

interface ApproveDecision {
approveTime?: Date;
autoApproved?: boolean;
expireTime?: Date;
invalidateTime?: Date;
signatureInfo?: SignatureInfo;
}

§Properties

§
approveTime?: Date
[src]

The time at which approval was granted.

§
autoApproved?: boolean
[src]

True when the request has been auto-approved.

§
expireTime?: Date
[src]

The time at which the approval expires.

§
invalidateTime?: Date
[src]

If set, denotes the timestamp at which the approval is invalidated.

§
signatureInfo?: SignatureInfo
[src]

The signature for the ApprovalRequest and details on how it was signed.