ContainerEncryptionScope interface
Parameter group
Properties
default |
Optional. Version 2019-07-07 and later. Specifies the default encryption scope to set on the container and use for all future writes. |
prevent |
Optional. Version 2019-07-07 and newer. If true, prevents any request from specifying a different encryption scope than the scope set on the container. |
Property Details
defaultEncryptionScope
Optional. Version 2019-07-07 and later. Specifies the default encryption scope to set on the container and use for all future writes.
defaultEncryptionScope?: string
Property Value
string
preventEncryptionScopeOverride
Optional. Version 2019-07-07 and newer. If true, prevents any request from specifying a different encryption scope than the scope set on the container.
preventEncryptionScopeOverride?: boolean
Property Value
boolean