AccountEncryptionResponse

data class AccountEncryptionResponse(val keyVaultProperties: KeyVaultPropertiesResponse? = null, val type: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The properties of the key used to encrypt the account.

Link copied to clipboard

The type of key used to encrypt the Account Key.