GetProjectsProjectPropertiesEncryption

data class GetProjectsProjectPropertiesEncryption(val algorithm: String, val enable: Boolean, val key: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

Only enable function is supported. Value: (true).

Link copied to clipboard
val key: String

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.