SecretUpdate
Secret update request. values is a partial merge/upsert.
name object
anyOf
- string
- null
string
alias object
anyOf
- string
- null
string
collection_id object
anyOf
- string
- null
string
Possible values: non-empty
tags object
anyOf
- string[]
- null
Array [
string
]
description object
anyOf
- string
- null
string
values object
anyOf
- object
- null
object
SecretUpdate
{
"name": "string",
"alias": "string",
"collection_id": "string",
"tags": [
"string"
],
"description": "string",
"values": {}
}