EncryptionInfoResponse

data class EncryptionInfoResponse(val encryptionStatus: StatusResponse, val encryptionType: String, val kmsKeyVersion: String)

Encryption information for a Cloud Spanner database or backup.

Constructors

Link copied to clipboard
constructor(encryptionStatus: StatusResponse, encryptionType: String, kmsKeyVersion: String)

Types

Link copied to clipboard
object Companion

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.