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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Python