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/batch:v1.ts";

Carries information about a Google Cloud service account.

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

§Properties

§
email?: string
[src]

Email address of the service account.

§
scopes?: string[]
[src]

List of scopes to be enabled for this service account.