| Name | Type | Description | Notes |
|---|---|---|---|
| accessibility | str | for personal password manager | [optional] [default to 'regular'] |
| advanced_filter | str | Filter by item name/username/website or part of it | [optional] |
| ara_only | bool | Filter by items with ARA functionality enabled | [optional] [default to False] |
| auto_pagination | str | Retrieve all items using pagination, when disabled retrieving only first 1000 items | [optional] [default to 'enabled'] |
| current_folder | bool | List only items in the current folder (excludes subfolders) | [optional] [default to False] |
| filter | str | Filter by item name or part of it | [optional] |
| json | bool | Set output format to JSON | [optional] [default to False] |
| minimal_view | bool | Show only basic information of the items | [optional] |
| modified_after | int | List only secrets modified after specified date (in unix time) | [optional] |
| pagination_token | str | Next page reference | [optional] |
| path | str | Path to folder | [optional] |
| sra_only | bool | Filter by items with SRA functionality enabled | [optional] [default to False] |
| sub_types | list[str] | [optional] | |
| tag | str | Filter by item tag | [optional] |
| token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
| type | list[str] | The item types list of the requested items. In case it is empty, all types of items will be returned. options: [key, static-secret, dynamic-secret, classic-key] | [optional] |
| uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |