Encryption Info Response
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)