ContainerEncryptionScope class
Definition
The default encryption scope configuration for a container.
This scope is used implicitly for all future writes within the container, but can be overridden per blob operation.
New in version 12.2.0.
ContainerEncryptionScope(default_encryption_scope, **kwargs)
- Inheritance
-
builtins.objectContainerEncryptionScope
Parameters
- default_encryption_scope
- str
Specifies the default encryption scope to set on the container and use for all future writes.
- prevent_encryption_scope_override
- bool
If true, prevents any request from specifying a different encryption scope than the scope set on the container. Default value is false.