RegistryEncryption

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null
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.