AccountEncryptionResponse

data class AccountEncryptionResponse(val identity: EncryptionIdentityResponse? = null, val keySource: String? = null, val keyVaultProperties: KeyVaultPropertiesResponse? = null)

Encryption settings

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identity used to authenticate to KeyVault. Applicable if keySource is 'Microsoft.KeyVault'.

Link copied to clipboard
val keySource: String? = null

The encryption keySource (provider). Possible values (case-insensitive): Microsoft.NetApp, Microsoft.KeyVault

Link copied to clipboard

Properties provided by KeVault. Applicable if keySource is 'Microsoft.KeyVault'.