RegistryEncryptionArgs

data class RegistryEncryptionArgs(val enabled: Output<Boolean>? = null, val identityClientId: Output<String>, val keyVaultKeyId: Output<String>) : ConvertibleToJava<RegistryEncryptionArgs>

Constructors

Link copied to clipboard
fun RegistryEncryptionArgs(enabled: Output<Boolean>? = null, identityClientId: Output<String>, keyVaultKeyId: Output<String>)

Functions

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

Properties

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

Boolean value that indicates whether encryption is enabled.

Link copied to clipboard

The client ID of the managed identity associated with the encryption key.

Link copied to clipboard
val keyVaultKeyId: Output<String>

The ID of the Key Vault Key.