Expand description
Well-known authorization property names.
These constants are shared between the PEP compiler and the ORM condition
builder (ScopableEntity::resolve_property()), ensuring a single source of
truth for property names.
Constantsยง
- OWNER_
ID - Owner (user) identity property. Typically maps to an
owner_idcolumn. - OWNER_
TENANT_ ID - Tenant-ownership property. Typically maps to the
tenant_idcolumn. - RESOURCE_
ID - Resource identity property. Typically maps to the primary key column.