property Tables.restrictions : MutableMapping[str, DatabaseRestrictionCondition]
Mapping from role to corresponding restriction. Restrictions limit the data accessible to users based on their roles. Restrictions apply on table columns and are inherited by all hierarchies based on these columns.- Restrictions on different columns/hierarchies are intersected.
- Restrictions on the same column/hierarchy are unioned.
Example
See also:
owners, readers, and atoti.Cube.restrictions.