Encryption Info Response
data class EncryptionInfoResponse(val encryptionStatus: StatusResponse, val encryptionType: String, val kmsKeyVersion: String)
Encryption information for a Cloud Spanner database or backup.
Properties
Link copied to clipboard
If present, the status of a recent encrypt/decrypt call on underlying data for this database or backup. Regardless of status, data is always encrypted at rest.
Link copied to clipboard
The type of encryption.
Link copied to clipboard
A Cloud KMS key version that is being used to protect the database or backup.