mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
11 lines
804 B
Markdown
11 lines
804 B
Markdown
# Policy Templates — Index
|
|
|
|
Each template is a verified shape from a passing test fixture. Pick the file matching the category you need.
|
|
|
|
| File | What's inside |
|
|
|------|---------------|
|
|
| [`templates-access.md`](templates-access.md) | ACCESS and GOVERNANCE: simple Permit, TupleRead "objects + all fields", tag/classification/permission gates |
|
|
| [`templates-record.md`](templates-record.md) | RECORD: basic RLS (record field = user attribute), RLS via PROJECTION join |
|
|
| [`templates-transform.md`](templates-transform.md) | TRANSFORM: field masking with permission + classification gates, parameterized masking (ARGLIST) |
|
|
| [`templates-advanced.md`](templates-advanced.md) | Multi-condition with custom conjunction (AND/OR mix), hierarchy traversal, IDENTIFIED_RECORD (not authorable via MDAPI) |
|