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

Encryption

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

Encryption message describes the details of the applied encryption.

interface Encryption {
kmsKey?: string;
}

§Properties

§
kmsKey?: string
[src]

Required. The name of the encryption key that is stored in Google Cloud KMS.