UpdateEncryptionConfig Class
The encryption configuration used to update a user managed Key Vault key.
- Inheritance
-
azure.mgmt.datalake.store._serialization.ModelUpdateEncryptionConfig
Constructor
UpdateEncryptionConfig(*, key_vault_meta_info: _models.UpdateKeyVaultMetaInfo | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
key_vault_meta_info
|
The updated Key Vault key to use in user managed key rotation. |
Variables
Name | Description |
---|---|
key_vault_meta_info
|
The updated Key Vault key to use in user managed key rotation. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python