EncryptionInfoResponse

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

Encryption information for a given resource. If this resource is protected with customer managed encryption, the in-use Cloud Key Management Service (Cloud KMS) key version is specified along with its status.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The status of encrypt/decrypt calls on underlying data for this resource. Regardless of status, the existing data is always encrypted at rest.

Link copied to clipboard

The type of encryption used to protect this resource.

Link copied to clipboard

The version of the Cloud KMS key specified in the parent cluster that is in use for the data underlying this table.