EncryptionService Class
A service that allows server-side encryption to be used.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.storage._serialization.ModelEncryptionService
Constructor
EncryptionService(*, enabled: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
enabled
|
A boolean indicating whether or not the service encrypts the data as it is stored. |
Variables
Name | Description |
---|---|
enabled
|
A boolean indicating whether or not the service encrypts the data as it is stored. |
last_enabled_time
|
Gets a rough estimate of the date/time when the encryption was last enabled by the user. Only returned when encryption is enabled. There might be some unencrypted blobs which were written after this time, as it is just a rough estimate. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python