ProjectPropertiesEncryptionArgs

data class ProjectPropertiesEncryptionArgs(val algorithm: Output<String>? = null, val enable: Output<Boolean>? = null, val key: Output<String>? = null) : ConvertibleToJava<ProjectPropertiesEncryptionArgs>

Constructors

Link copied to clipboard
fun ProjectPropertiesEncryptionArgs(algorithm: Output<String>? = null, enable: Output<Boolean>? = null, key: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ProjectPropertiesEncryptionArgs

Properties

Link copied to clipboard
val algorithm: Output<String>? = null

Algorithm.

Link copied to clipboard
val enable: Output<Boolean>? = null

Whether to open.

Link copied to clipboard
val key: Output<String>? = null

Encryption algorithm key.