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

InstancesSetServiceAccountRequest

import type { InstancesSetServiceAccountRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface InstancesSetServiceAccountRequest {
email?: string;
scopes?: string[];
}

§Properties

§
email?: string
[src]

Email address of the service account.

§
scopes?: string[]
[src]

The list of scopes to be made available for this service account.