EncryptionKeyHistoryEntry
import type { EncryptionKeyHistoryEntry } from "https://googleapis.deno.dev/v1/oracledatabase:v1.ts";
The history of the encryption keys used to encrypt the Autonomous Database.
interface EncryptionKeyHistoryEntry {
readonly activationTime?: Date;
readonly encryptionKey?: EncryptionKey;
}