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

ExportMetadataEncryptionKey

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

Encryption key details for the exported artifact.

interface ExportMetadataEncryptionKey {
cmek?: string;
version?: string;
}

§Properties

§
cmek?: string
[src]

Name of the CMEK.

§
version?: string
[src]

Version of the CMEK.