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

GoogleCloudKmsV1ExternalProtectionLevelOptions

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

ExternalProtectionLevelOptions stores a group of additional fields for configuring a CryptoKeyVersion that are specific to the EXTERNAL protection level and EXTERNAL_VPC protection levels.

interface GoogleCloudKmsV1ExternalProtectionLevelOptions {
ekmConnectionKeyPath?: string;
externalKeyUri?: string;
}

§Properties

§
ekmConnectionKeyPath?: string
[src]

The path to the external key material on the EKM when using EkmConnection e.g., "v0/my/key". Set this field instead of external_key_uri when using an EkmConnection.

§
externalKeyUri?: string
[src]

The URI for an external resource that this CryptoKeyVersion represents.