Dynamic Views
Access ControlMedium Complexity📚 Medium
SQL-based row filtering without ABAC complexity
Decision Guide
✓
When to Use
- →Need row-level filtering for 1-5 tables
- →Don't have Runtime 16.4+ (can't use ABAC)
- →Team is comfortable with SQL but not policy languages
- →Need quick row filtering without ABAC setup overhead
- →Simple filtering rules (region, department, project)
✗
When NOT to Use
- →Need to filter 20+ tables
- →Need column masking
- →Complex, frequently changing rules
- →Need audit of filtering logic
Controls Using This Technology
The following 1 controls use Dynamic Views for implementation:
Need to Compare Options?
See how Dynamic Views compares to other access control approaches with our detailed comparison table.
Compare Technologies →