Feature: rls_system_tenant_visible
Table of Contents
This page is one authored MASD feature in ORE Studio Variability Model § "Projection configuration: how an existing artefact family is shaped". Any profile that fixes this feature's value links here rather than restating its effect.
1. Identity
| Field | Value |
|---|---|
| Literal name | :rls_system_tenant_visible: |
| Bundle | ores.sql.schema |
| Type | bool |
| Default | false |
2. Effect
Modifier on :rls_tenant_isolation: widens the emitted policy body
from own-tenant-only to own-tenant or system-tenant
(tenant_id = ores_iam_current_tenant_id_fn() or tenant_id =
ores_utility_system_tenant_id_fn()=). The T2 shape — used by tables a
system-tenant service must read across tenants (e.g.
feed_bindings, compute platforms). Requires
:rls_tenant_isolation:; without it this flag has no effect.
3. Structural consequence
None on the logical shape — only the generated policy body differs.
4. Used by
None yet — deliberately not fixed by any profile.
5. See also
- ORE Studio Variability Model — the bundle this feature belongs to.