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. |