GoogleCloudOrgpolicyV2ConstraintListConstraint
import type { GoogleCloudOrgpolicyV2ConstraintListConstraint } from "https://googleapis.deno.dev/v1/orgpolicy:v2.ts";
A constraint type that allows or disallows a list of string values, which
are configured in the PolicyRule
.
interface GoogleCloudOrgpolicyV2ConstraintListConstraint {
supportsIn?: boolean;
supportsUnder?: boolean;
}