Store Encrypt Conf
data class StoreEncryptConf(val enable: Boolean? = null, val encryptType: String? = null, val userCmkInfo: StoreEncryptConfUserCmkInfo? = null)
Constructors
Link copied to clipboard
fun StoreEncryptConf(enable: Boolean? = null, encryptType: String? = null, userCmkInfo: StoreEncryptConfUserCmkInfo? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
User bring your own key (BYOK) encryption Refer to details, the format is as follows. See user_cmk_info
below.