K8stransparentDataEncryptionResponse

data class K8stransparentDataEncryptionResponse(val mode: String? = null, val protectorSecret: String? = null)

Transparent data encryption information.

Constructors

Link copied to clipboard
constructor(mode: String? = null, protectorSecret: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mode: String? = null

Transparent data encryption mode. Can be Service Managed, Customer managed or disabled

Link copied to clipboard
val protectorSecret: String? = null

Protector secret for customer managed Transparent data encryption mode