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

GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRule

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

A rule used to express this policy.

interface GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRule {
allowAll?: boolean;
denyAll?: boolean;
enforce?: boolean;
}

§Properties

§
allowAll?: boolean
[src]

ListPolicy only when all values are allowed.

§
denyAll?: boolean
[src]

ListPolicy only when all values are denied.

§
enforce?: boolean
[src]

BooleanPolicy only.

§

ListPolicy only when custom values are specified.