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

GceShieldedInstanceConfig

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

A set of Compute Engine Shielded instance options.

interface GceShieldedInstanceConfig {
enableIntegrityMonitoring?: boolean;
enableSecureBoot?: boolean;
enableVtpm?: boolean;
}

§Properties

§
enableIntegrityMonitoring?: boolean
[src]

Optional. Whether the instance has integrity monitoring enabled.

§
enableSecureBoot?: boolean
[src]

Optional. Whether the instance has Secure Boot enabled.

§
enableVtpm?: boolean
[src]

Optional. Whether the instance has the vTPM enabled.