Share via


EncryptionSetProperties interface

Properties

activeKey

The key vault key which is currently used by this disk encryption set.

encryptionType

The type of key used to encrypt the data of the disk.

federatedClientId

Multi-tenant application client id to access key vault in a different tenant. Setting the value to 'None' will clear the property.

rotationToLatestKeyVersionEnabled

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