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

TestPermissionsRequest

import type { TestPermissionsRequest } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface TestPermissionsRequest {
permissions?: string[];
}

§Properties

§
permissions?: string[]
[src]

The set of permissions to check for the 'resource'. Permissions with wildcards (such as '' or 'storage.') are not allowed.