Package version:

Interface EncryptionScopesListOptionalParams

Optional parameters.

interface EncryptionScopesListOptionalParams {
    filter?: string;
    include?: string;
    maxpagesize?: number;
}

Hierarchy

  • unknown
    • EncryptionScopesListOptionalParams

Properties

filter?: string

Optional. When specified, only encryption scope names starting with the filter will be listed.

include?: string

Optional, when specified, will list encryption scopes with the specific state. Defaults to All

maxpagesize?: number

Optional, specifies the maximum number of encryption scopes that will be included in the list response.