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

ShieldedInstanceIdentity

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

A Shielded Instance Identity.

interface ShieldedInstanceIdentity {
kind?: string;
}

§Properties

§

An Endorsement Key (EK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.

§
kind?: string
[src]

[Output Only] Type of the resource. Always compute#shieldedInstanceIdentity for shielded Instance identity entry.

§

An Attestation Key (AK) made by the RSA 2048 algorithm issued to the Shielded Instance's vTPM.