{
  "client": "acme",
  "authorised_read": {
    "namespace": "acme",
    "path": "functions/hello/config",
    "ok": true,
    "keys": [
      "api_key",
      "greeting"
    ]
  },
  "unauthorised_read": {
    "namespace": "beta",
    "path": "functions/hello/config",
    "ok": false,
    "status": 403
  },
  "verdict": "ISOLATION OK"
}