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

AccessApprovalRequest

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

Details about the Access request.

interface AccessApprovalRequest {
name?: string;
requestedExpirationTime?: Date;
requestedReason?: AccessReason;
requestTime?: Date;
}

§Properties

§
name?: string
[src]

Identifier. Format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}/accessApprovalRequests/{access_approval_request}

§
requestedExpirationTime?: Date
[src]

The requested expiration for the approval. If the request is approved, access will be granted from the time of approval until the expiration time.

§
requestedReason?: AccessReason
[src]

The justification for which approval is being requested.

§
requestTime?: Date
[src]

The time at which approval was requested.