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

EncryptionConfig

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

Encryption configuration (i.e. CMEK).

interface EncryptionConfig {
kmsKeyName?: string;
readonly kmsKeyNameVersion?: string;
readonly kmsKeyState?: "KMS_KEY_STATE_UNSPECIFIED" | "VALID" | "REVOKED";
}

§Properties

§
kmsKeyName?: string
[src]

Name of the CMEK key in KMS (input parameter).

§
readonly kmsKeyNameVersion?: string
[src]

Output only. Full name and version of the CMEK key currently in use to encrypt Looker data. Format: projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}. Empty if CMEK is not configured in this instance.

§
readonly kmsKeyState?: "KMS_KEY_STATE_UNSPECIFIED" | "VALID" | "REVOKED"
[src]

Output only. Status of the CMEK key.