HashiCorp Vault · Example Payload

Vault Sys Policy Response Example

DevOpsEncryptionOpen SourcePKISecrets ManagementSecurity

Vault Sys Policy Response Example is an example object payload from HashiCorp Vault, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

data

Example Payload

Raw ↑
{
  "data": {
    "name": "dev-policy",
    "policy": "path \"secret/*\" { capabilities = [\"read\"] }"
  }
}