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

GoogleCloudOrgpolicyV2ConstraintListConstraint

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

A constraint that allows or disallows a list of string values, which are configured by an Organization Policy administrator with a policy.

interface GoogleCloudOrgpolicyV2ConstraintListConstraint {
supportsIn?: boolean;
supportsUnder?: boolean;
}

§Properties

§
supportsIn?: boolean
[src]

Indicates whether values grouped into categories can be used in Policy.allowed_values and Policy.denied_values. For example, "in:Python" would match any value in the 'Python' group.

§
supportsUnder?: boolean
[src]

Indicates whether subtrees of the Resource Manager resource hierarchy can be used in Policy.allowed_values and Policy.denied_values. For example, "under:folders/123" would match any resource under the 'folders/123' folder.