Skip to main content

SecretCreate

Payload used to create Secret. The required field is name.

nameName (string)required
alias object
anyOf
string
collection_id object

Identifier of the containing collection.

anyOf
string

Possible values: non-empty

tags object
anyOf
  • Array [
  • string
  • ]
  • description object
    anyOf
    string
    values object
    property name* SecretValueInput

    Request-only secret value (write-only; never returned).

    valueValue (string)required

    Possible values: non-empty

    SecretCreate
    {
    "name": "string",
    "alias": "string",
    "collection_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "values": {}
    }