PBAC Authorization Matrix
In-App Evaluator: 1.87 µs
Policy-Based Access Control matrix with field-level masking and dynamic Row-Level Security (RLS).
| Target Collection | Read | Create | Update | Delete | Share | RLS Rule |
|---|---|---|---|---|---|---|
| customers | ||||||
| orders | ||||||
| products | — | |||||
| nts_users | ||||||
| nts_tokens |
Active Dynamic RLS Filter Definition
Context variables like $CURRENT_USER and $CURRENT_ROLE are resolved at runtime in 1.87 µs.
{
"tenant_id": {
"_eq": "$CURRENT_ROLE"
}
}