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

GoogleServiceAccount

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

Google service account

interface GoogleServiceAccount {
accountEmail?: string;
subjectId?: string;
}

§Properties

§
accountEmail?: string
[src]

Email address of the service account.

§
subjectId?: string
[src]

Unique identifier for the service account.