EncryptionPropertiesResponse

data class EncryptionPropertiesResponse(val keySource: String? = null, val keyVaultProperties: KeyVaultPropertiesResponse? = null)

Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead.

Constructors

Link copied to clipboard
constructor(keySource: String? = null, keyVaultProperties: KeyVaultPropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keySource: String? = null

Type of the key source.

Link copied to clipboard

Additional details when using Microsoft.KeyVault