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

GoogleCloudAiplatformV1ShieldedVmConfig

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

A set of Shielded Instance options. See Images using supported Shielded VM features.

interface GoogleCloudAiplatformV1ShieldedVmConfig {
enableSecureBoot?: boolean;
}

§Properties

§
enableSecureBoot?: boolean
[src]

Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.