HashiCorp Vault · JSON Structure

Vault Kv Kv Config Response Structure

KvConfigResponse schema from HashiCorp Vault API

Type: object Properties: 1
DevOpsEncryptionOpen SourcePKISecrets ManagementSecurity

KvConfigResponse is a JSON Structure definition published by HashiCorp Vault, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

data

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/vault/refs/heads/main/json-structure/vault-kv-kv-config-response-structure.json",
  "name": "KvConfigResponse",
  "description": "KvConfigResponse schema from HashiCorp Vault API",
  "type": "object",
  "properties": {
    "data": {
      "type": "object",
      "properties": {
        "max_versions": {
          "type": "int32",
          "example": 10
        },
        "cas_required": {
          "type": "boolean",
          "example": false
        },
        "delete_version_after": {
          "type": "string",
          "example": "0s"
        }
      }
    }
  }
}