ProjectPropertiesEncryption

data class ProjectPropertiesEncryption(val algorithm: String? = null, val enable: Boolean? = null, val key: String? = null)

Constructors

Link copied to clipboard
constructor(algorithm: String? = null, enable: Boolean? = null, key: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val algorithm: String? = null

The encryption algorithm supported by the key, including AES256, AESCTR, and RC4.

Link copied to clipboard
val enable: Boolean? = null

Only enable function is supported. Value: (true)

Link copied to clipboard
val key: String? = null

The encryption algorithm Key, the Key type used by the project, including the Default Key (MaxCompute Default Key) and the self-contained Key (BYOK). The MaxCompute Default Key is the Default Key created inside MaxCompute.