HashiCorp Vault · Example Payload

Vault Sys Mount Config Example

Key-Value store

DevOpsEncryptionOpen SourcePKISecrets ManagementSecurity

Vault Sys Mount Config Example is an example object payload from HashiCorp Vault, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typedescriptionaccessoroptions

Example Payload

Raw ↑
{
  "type": "kv",
  "description": "Key-Value store",
  "accessor": "kv_abc123",
  "options": {}
}