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

IAMPermission

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

The IAM permission status.

interface IAMPermission {
readonly granted?: boolean;
readonly name?: string;
}

§Properties

§
readonly granted?: boolean
[src]

Output only. Whether the permission is granted.

§
readonly name?: string
[src]

Output only. The name of the permission.