UpdateKeyVaultMetaInfo Class
The Key Vault update information used for user managed key rotation.
- Inheritance
-
azure.mgmt.datalake.store._serialization.ModelUpdateKeyVaultMetaInfo
Constructor
UpdateKeyVaultMetaInfo(*, encryption_key_version: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
encryption_key_version
|
The version of the user managed encryption key to update through a key rotation. |
Variables
Name | Description |
---|---|
encryption_key_version
|
The version of the user managed encryption key to update through a 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