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

GoogleCloudAssetV1Constraint

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

The definition of a constraint.

interface GoogleCloudAssetV1Constraint {
constraintDefault?: "CONSTRAINT_DEFAULT_UNSPECIFIED" | "ALLOW" | "DENY";
description?: string;
displayName?: string;
name?: string;
}

§Properties

§

Defines this constraint as being a BooleanConstraint.

§
constraintDefault?: "CONSTRAINT_DEFAULT_UNSPECIFIED" | "ALLOW" | "DENY"
[src]

The evaluation behavior of this constraint in the absence of 'Policy'.

§
description?: string
[src]

Detailed description of what this Constraint controls as well as how and where it is enforced.

§
displayName?: string
[src]

The human readable name of the constraint.

§

Defines this constraint as being a ListConstraint.

§
name?: string
[src]

The unique name of the constraint. Format of the name should be * constraints/{constraint_name} For example, constraints/compute.disableSerialPortAccess.