Secrets

Create

Create a new Secret

post/vault_secrets

Headers

ngrok-versioninteger required

Request body

namestring

Name of secret

valuestring

Value of secret

metadatastring

Arbitrary user-defined metadata for this Secret

descriptionstring

description of Secret

vault_idstring required

unique identifier of the referenced vault

Response

Create a new Secret

idstring

identifier for Secret

uristring

URI of this Secret API resource

created_atstring

Timestamp when the Secret was created (RFC 3339 format)

updated_atstring

Timestamp when the Secret was last updated (RFC 3339 format)

namestring

Name of secret

descriptionstring

description of Secret

metadatastring

Arbitrary user-defined metadata for this Secret

Changes