Package version:

Interface LocalUsersListOptionalParams

Optional parameters.

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

Hierarchy

  • unknown
    • LocalUsersListOptionalParams

Properties

filter?: string

Optional. When specified, only local user names starting with the filter will be listed.

include?: string

Optional, when specified, will list local users enabled for the specific protocol. Lists all users by default.

maxpagesize?: number

Optional, specifies the maximum number of local users that will be included in the list response.