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

GoogleCloudSecuritypostureV1PolicyRuleStringValues

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

The allowed and denied values for a list constraint. For all constraints, these fields can contain literal values. Optionally, you can add the is: prefix to these values. If the value contains a colon (:), then the is: prefix is required. Some constraints allow you to specify a portion of the resource hierarchy, known as a hierarchy subtree, that the constraint applies to. To specify a hierarchy subtree, use the under: prefix, followed by a value with one of these formats: - projects/{project_id} (for example, projects/tokyo-rain-123) - folders/{folder_id} (for example, folders/1234567890123) - organizations/{organization_id} (for example, organizations/123456789012) A constraint's supports_under field indicates whether you can specify a hierarchy subtree. To learn which predefined constraints let you specify a hierarchy subtree, see the constraints reference.

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

§Properties

§
allowedValues?: string[]
[src]

The allowed values for the constraint.

§
deniedValues?: string[]
[src]

The denied values for the constraint.