Package version:

Interface ContainerEncryptionScope

Parameter group

interface ContainerEncryptionScope {
    defaultEncryptionScope?: string;
    preventEncryptionScopeOverride?: boolean;
}

Properties

defaultEncryptionScope?: string

Optional. Version 2019-07-07 and later. Specifies the default encryption scope to set on the container and use for all future writes.

preventEncryptionScopeOverride?: boolean

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.