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

ObjectsTestIamPermissionsOptions

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

Additional options for Storage#objectsTestIamPermissions.

interface ObjectsTestIamPermissionsOptions {
generation?: bigint;
permissions: string;
userProject?: string;
}

§Properties

§
generation?: bigint
[src]

If present, selects a specific revision of this object (as opposed to the latest version, the default).

§
permissions: string
[src]

Permissions to test.

§
userProject?: string
[src]

The project to be billed for this request. Required for Requester Pays buckets.