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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python