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

A service account that acts as an identity.

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

§Properties

§
email?: string
[src]

Optional. Email address of the service account.

§
readonly scopes?: string[]
[src]

Output only. The list of scopes to be made available for this service account. Set by the CLH to https://www.googleapis.com/auth/cloud-platform