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/artifactregistry:v1.ts";

Request message for TestIamPermissions method.

interface TestIamPermissionsRequest {
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. For more information see IAM Overview.