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

ServiceAccount

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

Service account to assign to the instance created by the machine image.

interface ServiceAccount {
email?: string;
scopes?: string[];
}

§Properties

§
email?: string
[src]

Required. The email address of the service account.

§
scopes?: string[]
[src]

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