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

TestPermissionsResponse

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

§Properties

§
permissions?: string[]
[src]

A subset of TestPermissionsRequest.permissions that the caller is allowed.