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

ShieldedInstanceIdentityEntry

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

A Shielded Instance Identity Entry.

interface ShieldedInstanceIdentityEntry {
ekCert?: string;
ekPub?: string;
}

§Properties

§
ekCert?: string
[src]

A PEM-encoded X.509 certificate. This field can be empty.

§
ekPub?: string
[src]

A PEM-encoded public key.