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;
}import type { IAMPermission } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";
The IAM permission status.