| Name | Type | Description | Notes |
|---|---|---|---|
| accessibility | String | for personal password manager | [optional] [default to 'regular'] |
| deleteProtection | String | Protection from accidental deletion of this object [true/false] | [optional] |
| description | String | Description of the object | [optional] |
| inputRule | [String] | Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) | [optional] |
| json | Boolean | Set output format to JSON | [optional] [default to false] |
| maxVersions | String | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
| metadata | String | Deprecated - use description | [optional] |
| name | String | Secret name | |
| oauthClientId | String | OAuth client ID | [optional] |
| oauthClientSecret | String | OAuth client secret | [optional] |
| oauthRedirectUri | String | OAuth redirect URI | [optional] |
| oauthRefreshToken | String | OAuth refresh token | [optional] |
| oauthScopes | [String] | OAuth scopes | [optional] |
| oauthTokenUrl | String | OAuth token URL | [optional] |
| outputRule | [String] | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
| protectionKey | String | [optional] | |
| tags | [String] | Add tags attached to this object | [optional] |
| token | String | Authentication token (see `/auth` and `/configure`) | [optional] |
| uidToken | String | The universal identity token, Required only for universal_identity authentication | [optional] |
| url | String | URL of the service | [optional] |