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

TestIamPermissionsRequest

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

Request message for TestIamPermissions method.

interface TestIamPermissionsRequest {
permissions?: string[];
}

§Properties

§
permissions?: string[]
[src]

REQUIRED: The set of permissions to check for 'resource'. Permissions with wildcards (such as '', 'spanner.', 'spanner.instances.*') are not allowed.