Database-enforced row-level security
A data-layer policy attaches to every table that carries tenant-scoped data. The policy evaluates tenant identity before returning any row, independent of what the calling service requests. A query without a valid tenant context returns nothing. The enforcement record is the policy configuration and the database audit log it feeds.