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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python