Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.66 KB

UpdateSecretVal.md

File metadata and controls

28 lines (20 loc) · 1.66 KB

UpdateSecretVal

Properties

Name Type Description Notes
accessibility String for personal password manager [optional]
customField Map<String, String> For Password Management use, additional fields [optional]
format String Secret format [text/json/key-value] (relevant only for type 'generic') [optional]
injectUrl List<String> For Password Management use, reflect the website context [optional]
json Boolean Set output format to JSON [optional]
keepPrevVersion String Whether to keep previous version [true/false]. If not set, use default according to account settings [optional]
key String The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) [optional]
lastVersion Integer The last version number before the update [optional]
multiline Boolean The provided value is a multiline value (separated by '\n') [optional]
name String Secret name
newVersion Boolean Deprecated [optional]
password String For Password Management use, additional fields [optional]
token String Authentication token (see `/auth` and `/configure`) [optional]
uidToken String The universal identity token, Required only for universal_identity authentication [optional]
username String For Password Management use [optional]
value String The secret value (relevant only for type 'generic')