DiskEncryptionSetUpdateProperties Class

disk encryption set resource update properties.

Constructor

DiskEncryptionSetUpdateProperties(*args: Any, **kwargs: Any)

Variables

Name Description
encryption_type

The type of key used to encrypt the data of the disk. Known values are: "EncryptionAtRestWithCustomerKey", "EncryptionAtRestWithPlatformAndCustomerKeys", and "ConfidentialVmEncryptedWithCustomerKey".

active_key

Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots.

rotation_to_latest_key_version_enabled

Set this flag to true to enable auto-updating of this disk encryption set to the latest key version.

federated_client_id
str

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

Attributes

active_key

Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots.

active_key: _models.KeyForDiskEncryptionSet | None

encryption_type

The type of key used to encrypt the data of the disk. Known values are: "EncryptionAtRestWithCustomerKey", "EncryptionAtRestWithPlatformAndCustomerKeys", and "ConfidentialVmEncryptedWithCustomerKey".

encryption_type: str | _models.DiskEncryptionSetType | None

federated_client_id

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

federated_client_id: str | None

rotation_to_latest_key_version_enabled

Set this flag to true to enable auto-updating of this disk encryption set to the latest key version.

rotation_to_latest_key_version_enabled: bool | None