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

AgentStatusIAMPermission

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

The IAM permission status.

interface AgentStatusIAMPermission {
readonly granted?:
| "UNSPECIFIED_STATE"
| "SUCCESS_STATE"
| "FAILURE_STATE"
| "ERROR_STATE";
readonly name?: string;
}

§Properties

§
readonly granted?: "UNSPECIFIED_STATE" | "SUCCESS_STATE" | "FAILURE_STATE" | "ERROR_STATE"
[src]

Output only. Whether the permission is granted.

§
readonly name?: string
[src]

Output only. The name of the permission.