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

TestIamPermissionsResponse

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

Response message for TestIamPermissions method.

interface TestIamPermissionsResponse {
permissions?: string[];
}

§Properties

§
permissions?: string[]
[src]

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