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/tpu:v2.ts";

A service account.

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

§Properties

§
email?: string
[src]

Email address of the service account. If empty, default Compute service account will be used.

§
scope?: string[]
[src]

The list of scopes to be made available for this service account. If empty, access to all Cloud APIs will be allowed.