DiskEncryptionPropertiesResponse

data class DiskEncryptionPropertiesResponse(val encryptionAlgorithm: String? = null, val encryptionAtHost: Boolean? = null, val keyName: String? = null, val keyVersion: String? = null, val msiResourceId: String? = null, val vaultUri: String? = null)

The disk encryption properties

Constructors

Link copied to clipboard
constructor(encryptionAlgorithm: String? = null, encryptionAtHost: Boolean? = null, keyName: String? = null, keyVersion: String? = null, msiResourceId: String? = null, vaultUri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Algorithm identifier for encryption, default RSA-OAEP.

Link copied to clipboard

Indicates whether or not resource disk encryption is enabled.

Link copied to clipboard
val keyName: String? = null

Key name that is used for enabling disk encryption.

Link copied to clipboard
val keyVersion: String? = null

Specific key version that is used for enabling disk encryption.

Link copied to clipboard
val msiResourceId: String? = null

Resource ID of Managed Identity that is used to access the key vault.

Link copied to clipboard
val vaultUri: String? = null

Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net