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

EkmMetadata

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

Holds information needed by Mudbray to use partner EKMs for workloads.

interface EkmMetadata {
ekmEndpointUri?: string;
ekmSolution?:
| "EKM_SOLUTION_UNSPECIFIED"
| "FORTANIX"
| "FUTUREX"
| "THALES"
| "VIRTRU";
}

§Properties

§
ekmEndpointUri?: string
[src]

Endpoint for sending requests to the EKM for key provisioning during Assured Workload creation.

§
ekmSolution?: "EKM_SOLUTION_UNSPECIFIED" | "FORTANIX" | "FUTUREX" | "THALES" | "VIRTRU"
[src]

The Cloud EKM partner.