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

GoogleCloudAssetV1BooleanConstraint

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

A Constraint that is either enforced or not. For example a constraint constraints/compute.disableSerialPortAccess. If it is enforced on a VM instance, serial port connections will not be opened to that instance.

interface GoogleCloudAssetV1BooleanConstraint {}