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

GoogleCloudOrgpolicyV2AlternatePolicySpec

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

Similar to PolicySpec but with an extra 'launch' field for launch reference. The PolicySpec here is specific for dry-run/darklaunch.

interface GoogleCloudOrgpolicyV2AlternatePolicySpec {
launch?: string;
}

§Properties

§
launch?: string
[src]

Reference to the launch that will be used while audit logging and to control the launch. Should be set only in the alternate policy.

§

Specify constraint for configurations of Google Cloud resources.