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

GoogleIamV2PolicyRule

import type { GoogleIamV2PolicyRule } from "https://googleapis.deno.dev/v1/iam:v2.ts";

A single rule in a Policy.

interface GoogleIamV2PolicyRule {
description?: string;
}

§Properties

§

A rule for a deny policy.

§
description?: string
[src]

A user-specified description of the rule. This value can be up to 256 characters.