| Name | Type | Description | Notes |
|---|---|---|---|
| accessibility | str | for personal password manager | [optional] [default to 'regular'] |
| delete_protection | str | Protection from accidental deletion of this object [true/false] | [optional] |
| description | str | Description of the object | [optional] |
| input_rule | list[str] | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
| json | bool | Set output format to JSON | [optional] [default to False] |
| max_versions | str | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
| metadata | str | Deprecated - use description | [optional] |
| name | str | Secret name | |
| oauth_client_id | str | OAuth client ID | [optional] |
| oauth_client_secret | str | OAuth client secret | [optional] |
| oauth_redirect_uri | str | OAuth redirect URI | [optional] |
| oauth_refresh_token | str | OAuth refresh token | [optional] |
| oauth_scopes | list[str] | OAuth scopes | [optional] |
| oauth_token_url | str | OAuth token URL | [optional] |
| output_rule | list[str] | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
| protection_key | str | [optional] | |
| tags | list[str] | Add tags attached to this object | [optional] |
| token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
| uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |
| url | str | URL of the service | [optional] |