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

GoogleCloudOrgpolicyV2ConstraintBooleanConstraint

import type { GoogleCloudOrgpolicyV2ConstraintBooleanConstraint } from "https://googleapis.deno.dev/v1/orgpolicy:v2.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 GoogleCloudOrgpolicyV2ConstraintBooleanConstraint {}