autonomous intelligent information publishing - MVP

Reproducible query — Product (shared drive)

LIST PERMISSIONS WHERE PRINCIPAL IS "NOT_A_REAL_VALUE"

Anyone opening this link re-runs the same query against epoch 1, so it returns the same answer — that is what makes a number in a report checkable later.

refused

Invalid value 'NOT_A_REAL_VALUE' for PRINCIPAL.

Values are case-sensitive; pick one of the listed values.

Try: LIST PERMISSIONS WHERE PRINCIPAL IS "acme.com"

Valid here: acme.com, alice@acme.com, anyone, bob@acme.com, carol@acme.com, dana@vendor.io, eng@acme.com

read HELP PERMISSIONS

Raw envelope — what an app or agent receives
{
  "ok": false,
  "query": "LIST PERMISSIONS WHERE PRINCIPAL IS \"NOT_A_REAL_VALUE\"",
  "error": {
    "code": -32602,
    "message": "Invalid value 'NOT_A_REAL_VALUE' for PRINCIPAL.",
    "valid_fields": [
      "acme.com",
      "alice@acme.com",
      "anyone",
      "bob@acme.com",
      "carol@acme.com",
      "dana@vendor.io",
      "eng@acme.com"
    ],
    "suggestion": "Values are case-sensitive; pick one of the listed values.",
    "example": "LIST PERMISSIONS WHERE PRINCIPAL IS \"acme.com\"",
    "help": "HELP PERMISSIONS"
  },
  "_meta": {
    "epoch": 1
  }
}

Certificate · Playground · What you can ask