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

ProjectsHmacKeysListOptions

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

Additional options for Storage#projectsHmacKeysList.

interface ProjectsHmacKeysListOptions {
maxResults?: number;
pageToken?: string;
serviceAccountEmail?: string;
showDeletedKeys?: boolean;
userProject?: string;
}

§Properties

§
maxResults?: number
[src]

Maximum number of items to return in a single page of responses. The service uses this parameter or 250 items, whichever is smaller. The max number of items per page will also be limited by the number of distinct service accounts in the response. If the number of service accounts in a single response is too high, the page will truncated and a next page token will be returned.

§
pageToken?: string
[src]

A previously-returned page token representing part of the larger set of results to view.

§
serviceAccountEmail?: string
[src]

If present, only keys for the given service account are returned.

§
showDeletedKeys?: boolean
[src]

Whether or not to show keys in the DELETED state.

§
userProject?: string
[src]

The project to be billed for this request.