SecretCreate
Payload used to create Secret. The required field is name.
nameName (string)required
alias object
anyOf
- string
- null
string
collection_id object
Identifier of the containing collection.
- string
- null
string
Possible values: non-empty
tags object
anyOf
- string[]
- null
Array [
string
]
description object
anyOf
- string
- null
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": {}
}