RegistryEncryption

data class RegistryEncryption(val enabled: Boolean? = null, val identityClientId: String, val keyVaultKeyId: String)

Constructors

Link copied to clipboard
fun RegistryEncryption(enabled: Boolean? = null, identityClientId: String, keyVaultKeyId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: 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

The ID of the Key Vault Key.