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

KMSEnvMap

import type { KMSEnvMap } from "https://googleapis.deno.dev/v1/batch:v1.ts";
interface KMSEnvMap {
cipherText?: string;
keyName?: string;
}

§Properties

§
cipherText?: string
[src]

The value of the cipherText response from the encrypt method.

§
keyName?: string
[src]

The name of the KMS key that will be used to decrypt the cipher text.