Skip to main content

SecretUpdate

Secret update request. values is a partial merge/upsert.

name object
anyOf
string
alias object
anyOf
string
collection_id object
anyOf
string

Possible values: non-empty

tags object
anyOf
  • Array [
  • string
  • ]
  • description object
    anyOf
    string
    values object
    anyOf
    object
    SecretUpdate
    {
    "name": "string",
    "alias": "string",
    "collection_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "values": {}
    }