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

AgentKMSEnvMap

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

AgentKMSEnvMap contains the encrypted key/value pair to be used in the environment on the Agent side.

interface AgentKMSEnvMap {
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.