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
-
EncryptionService
Constructor
EncryptionService(*, enabled: Optional[bool] = None, key_type: Optional[Union[str, azure.mgmt.storage.v2019_06_01.models._storage_management_client_enums.KeyType]] = None, **kwargs)
Variables
- enabled
- bool
A boolean indicating whether or not the service encrypts the data as it is stored.
- last_enabled_time
- datetime
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.
Feedback
Submit and view feedback for