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

ShieldedInstanceConfig

import type { ShieldedInstanceConfig } from "https://googleapis.deno.dev/v1/tpu:v2.ts";

A set of Shielded Instance options.

interface ShieldedInstanceConfig {
enableSecureBoot?: boolean;
}

§Properties

§
enableSecureBoot?: boolean
[src]

Defines whether the instance has Secure Boot enabled.