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

StartEnvironmentRequest

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

Request message for StartEnvironment.

interface StartEnvironmentRequest {
accessToken?: string;
publicKeys?: string[];
}

§Properties

§
accessToken?: string
[src]

The initial access token passed to the environment. If this is present and valid, the environment will be pre-authenticated with gcloud so that the user can run gcloud commands in Cloud Shell without having to log in. This code can be updated later by calling AuthorizeEnvironment.

§
publicKeys?: string[]
[src]

Public keys that should be added to the environment before it is started.