folderUpdate is a command that updates folder
| Name | Type | Description | Notes |
|---|---|---|---|
| Accessibility | string | for personal password manager | [optional] [default to "regular"] |
| AddTag | List<string> | List of the new tags that will be attached to this folder | [optional] |
| DeleteProtection | string | Protection from accidental deletion of this object [true/false] | [optional] |
| Description | string | Description of the object | [optional] |
| Json | bool | Set output format to JSON | [optional] [default to false] |
| Name | string | Folder name | |
| RmTag | List<string> | List of the existent tags that will be removed from this folder | [optional] |
| Token | string | Authentication token (see `/auth` and `/configure`) | [optional] |
| Type | string | [optional] | |
| UidToken | string | The universal identity token, Required only for universal_identity authentication | [optional] |