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

ProjectsHmacKeysCreateOptions

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

Additional options for Storage#projectsHmacKeysCreate.

interface ProjectsHmacKeysCreateOptions {
serviceAccountEmail: string;
userProject?: string;
}

§Properties

§
serviceAccountEmail: string
[src]

Email address of the service account.

§
userProject?: string
[src]

The project to be billed for this request.