The data is encrypted at rest with a key that is
managed by the customer. The active version of the key. kms_key_version
will be populated, and encryption_status may be populated.
GoogleDefaultEncryption
The data is encrypted at rest with a key that is
fully managed by Google. No key version or status will be populated.
This is the default state.
Unspecified
Encryption type was not specified, though data at rest remains encrypted.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version available is 5.0.0-beta05, with previous versions ranging down to 3.5.0 accessible."],["The document details the `Type` enum within the `Google.Cloud.Spanner.Admin.Database.V1` namespace, part of the `Google.Cloud.Spanner.Admin.Database.V1.dll` assembly."],["There are three possible encryption types within the enum: `CustomerManagedEncryption`, `GoogleDefaultEncryption`, and `Unspecified`, each with distinct meanings for how data is encrypted."],["`CustomerManagedEncryption` signifies data is encrypted with a customer-managed key, with a populated `kms_key_version`, and possibly an `encryption_status`."],["`GoogleDefaultEncryption` indicates that Google fully manages the encryption key, and no specific key version or status will be shown."]]],[]]