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

EncryptionInfo

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

EncryptionInfo describes the encryption information of a cluster or a backup.

interface EncryptionInfo {
readonly encryptionType?: "TYPE_UNSPECIFIED" | "GOOGLE_DEFAULT_ENCRYPTION" | "CUSTOMER_MANAGED_ENCRYPTION";
readonly kmsKeyVersions?: string[];
}

§Properties

§
readonly encryptionType?: "TYPE_UNSPECIFIED" | "GOOGLE_DEFAULT_ENCRYPTION" | "CUSTOMER_MANAGED_ENCRYPTION"
[src]

Output only. Type of encryption.

§
readonly kmsKeyVersions?: string[]
[src]

Output only. Cloud KMS key versions that are being used to protect the database or the backup.