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

GoogleIamV1TestIamPermissionsResponse

import type { GoogleIamV1TestIamPermissionsResponse } from "https://googleapis.deno.dev/v1/run:v2.ts";

Response message for TestIamPermissions method.

interface GoogleIamV1TestIamPermissionsResponse {
permissions?: string[];
}

§Properties

§
permissions?: string[]
[src]

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