KeyForDiskEncryptionSet Class
Key Vault Key Url to be used for server side encryption of Managed Disks and Snapshots.
Constructor
KeyForDiskEncryptionSet(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
source_vault
|
Resource id of the KeyVault containing the key or secret. This property is optional and cannot be used if the KeyVault subscription is not the same as the Disk Encryption Set subscription. |
|
key_url
|
Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value. Required. |
Attributes
key_url
Fully versioned Key Url pointing to a key in KeyVault. Version segment of the Url is required regardless of rotationToLatestKeyVersionEnabled value. Required.
key_url: str
source_vault
Resource id of the KeyVault containing the key or secret. This property is optional and cannot be used if the KeyVault subscription is not the same as the Disk Encryption Set subscription.
source_vault: _models.SourceVault | None