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/vmmigration:v1.ts";

Shielded instance configuration.

interface ShieldedInstanceConfig {
enableIntegrityMonitoring?: boolean;
enableVtpm?: boolean;
secureBoot?: "SECURE_BOOT_UNSPECIFIED" | "TRUE" | "FALSE";
}

§Properties

§
enableIntegrityMonitoring?: boolean
[src]

Optional. Defines whether the instance created by the machine image has integrity monitoring enabled. This can be set to true only if the image boot option is EFI, and vTPM is enabled.

§
enableVtpm?: boolean
[src]

Optional. Defines whether the instance created by the machine image has vTPM enabled. This can be set to true only if the image boot option is EFI.

§
secureBoot?: "SECURE_BOOT_UNSPECIFIED" | "TRUE" | "FALSE"
[src]

Optional. Defines whether the instance created by the machine image has Secure Boot enabled. This can be set to true only if the image boot option is EFI.