| Name | Type | Description | Notes |
|---|---|---|---|
| accessibility | str | for personal password manager | [optional] [default to 'regular'] |
| action | str | Action to be performed on the item [start/stop/describe] | |
| emails | list[str] | List of emails to start/stop sharing the secret with | [optional] |
| item_name | str | Item name | |
| json | bool | Set output format to JSON | [optional] [default to False] |
| share_type | str | Share type [email/token] | [optional] [default to 'email'] |
| shared_token_id | list[str] | Shared token ids in order to stop sharing a secret | [optional] |
| token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
| ttl | int | TTL of the Availability of the shared secret in seconds | [optional] |
| uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |
| view_once | bool | ViewOnlyOnce Shared secrets can only be viewed once [true/false] | [optional] [default to False] |