Read data from OPA
opa_get_dataRead data stored in OPA by specifying a path in dotted or slash notation. Retrieve values from OPA's data hierarchy to support policy decisions.
Instructions
Read a path from OPA's data hierarchy. The path argument may be in dotted form (users.alice) or slash form (users/alice).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Data path under `data.`, e.g. "users" or "users/alice". |