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

GoogleCloudAssetV1StringValues

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

The string values for the list constraints.

interface GoogleCloudAssetV1StringValues {
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.