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";
}