DiskEncryptionProperties interface
The disk encryption properties
Properties
encryption |
Algorithm identifier for encryption, default RSA-OAEP. |
encryption |
Indicates whether or not resource disk encryption is enabled. |
key |
Key name that is used for enabling disk encryption. |
key |
Specific key version that is used for enabling disk encryption. |
msi |
Resource ID of Managed Identity that is used to access the key vault. |
vault |
Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net |
Property Details
encryptionAlgorithm
Algorithm identifier for encryption, default RSA-OAEP.
encryptionAlgorithm?: string
Property Value
string
encryptionAtHost
Indicates whether or not resource disk encryption is enabled.
encryptionAtHost?: boolean
Property Value
boolean
keyName
Key name that is used for enabling disk encryption.
keyName?: string
Property Value
string
keyVersion
Specific key version that is used for enabling disk encryption.
keyVersion?: string
Property Value
string
msiResourceId
Resource ID of Managed Identity that is used to access the key vault.
msiResourceId?: string
Property Value
string
vaultUri
Base key vault URI where the customers key is located eg. https://myvault.vault.azure.net
vaultUri?: string
Property Value
string