FileSystemEncryptionScope interface
Options to specify encryption scope on a file system.
Properties
default |
Optional. Version 2021-02-12 and later. Specifies the default encryption scope to set on the file system and use for all future writes. |
prevent |
Optional. Version 2021-02-12 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 2021-02-12 and later. Specifies the default encryption scope to set on the file system and use for all future writes.
defaultEncryptionScope?: string
Property Value
string
preventEncryptionScopeOverride
Optional. Version 2021-02-12 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