Read data from OPA
opa_get_dataRead data from the OPA data hierarchy by specifying a path in dotted or slash form, simplifying access to policies and rules.
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". |