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

Application

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

An application that accesses Google Cloud APIs.

interface Application {
clientId?: string;
name?: string;
}

§Properties

§
clientId?: string
[src]

The OAuth client ID of the application.

§
name?: string
[src]

The name of the application. Example: "Cloud Console"