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

GoogleIamV1__TestIamPermissionsRequest

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

Request message for TestIamPermissions method.

interface GoogleIamV1__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.