ManagedDiskEncryption interface
The object that contains details of encryption used on the workspace.
Properties
key |
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault |
key |
Key Vault input properties for encryption. |
rotation |
Indicate whether the latest key version should be automatically used for Managed Disk Encryption. |
Property Details
keySource
The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Keyvault
keySource: string
Property Value
string
keyVaultProperties
Key Vault input properties for encryption.
keyVaultProperties: ManagedDiskEncryptionKeyVaultProperties
Property Value
rotationToLatestKeyVersionEnabled
Indicate whether the latest key version should be automatically used for Managed Disk Encryption.
rotationToLatestKeyVersionEnabled?: boolean
Property Value
boolean