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

GcpWrappedKeyInfo

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

Information about the Google Cloud Platform wrapped key.

interface GcpWrappedKeyInfo {
encryptedDek?: string;
kekUri?: string;
keyType?: "KEY_TYPE_UNSPECIFIED" | "XCHACHA20_POLY1305";
wipProvider?: string;
}

§Properties

§
encryptedDek?: string
[src]

Required. The base64 encoded encrypted data encryption key.

§
kekUri?: string
[src]

Required. Google Cloud Platform Cloud Key Management Service resource ID. Should be in the format of "projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{key}".

§
keyType?: "KEY_TYPE_UNSPECIFIED" | "XCHACHA20_POLY1305"
[src]

Required. The type of algorithm used to encrypt the data.

§
wipProvider?: string
[src]

Required. The Workload Identity pool provider required to use KEK.