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[];
}import type { ServiceAccount } from "https://googleapis.deno.dev/v1/vmmigration:v1.ts";
Service account to assign to the instance created by the machine image.