본문으로 건너뛰기

SecretCreate

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

nameName (string)필수
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)필수

    Possible values: non-empty

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