EncryptionSetProperties interface
Properties
| active |
The key vault key which is currently used by this disk encryption set. |
| encryption |
The type of key used to encrypt the data of the disk. |
| federated |
Multi-tenant application client id to access key vault in a different tenant. Setting the value to 'None' will clear the property. |
| rotation |
Set this flag to true to enable auto-updating of this disk encryption set to the latest key version. |
Property Details
activeKey
The key vault key which is currently used by this disk encryption set.
activeKey?: KeyForDiskEncryptionSet
Property Value
encryptionType
The type of key used to encrypt the data of the disk.
encryptionType?: "EncryptionAtRestWithCustomerKey" | "EncryptionAtRestWithPlatformAndCustomerKeys" | "ConfidentialVmEncryptedWithCustomerKey"
Property Value
"EncryptionAtRestWithCustomerKey" | "EncryptionAtRestWithPlatformAndCustomerKeys" | "ConfidentialVmEncryptedWithCustomerKey"
federatedClientId
Multi-tenant application client id to access key vault in a different tenant. Setting the value to 'None' will clear the property.
federatedClientId?: string
Property Value
string
rotationToLatestKeyVersionEnabled
Set this flag to true to enable auto-updating of this disk encryption set to the latest key version.
rotationToLatestKeyVersionEnabled?: boolean
Property Value
boolean