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

EncryptionKey

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

The encryption key used to encrypt the Autonomous Database.

interface EncryptionKey {
kmsKey?: string;
provider?: "PROVIDER_UNSPECIFIED" | "GOOGLE_MANAGED" | "ORACLE_MANAGED";
}

§Properties

§
kmsKey?: string
[src]

Optional. The KMS key used to encrypt the Autonomous Database. This field is required if the provider is GOOGLE_MANAGED. The name of the KMS key resource in the following format: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}.

§
provider?: "PROVIDER_UNSPECIFIED" | "GOOGLE_MANAGED" | "ORACLE_MANAGED"
[src]

Optional. The provider of the encryption key.