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

GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRuleStringValues

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

The values allowed for a ListPolicy.

interface GoogleCloudAssuredworkloadsV1OrgPolicyPolicyRuleStringValues {
allowedValues?: string[];
deniedValues?: string[];
}

§Properties

§
allowedValues?: string[]
[src]

List of values allowed at this resource.

§
deniedValues?: string[]
[src]

List of values denied at this resource.