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

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

§Properties

§
readonly activationTime?: Date
[src]

Output only. The date and time when the encryption key was activated on the Autonomous Database..

§
readonly encryptionKey?: EncryptionKey
[src]

Output only. The encryption key used to encrypt the Autonomous Database.