default strategy.
scan_and_transform wraps this configuration under transform and keeps
detection settings under scan:
Select entity types
Omittingentities selects all supplied findings. A non-empty list selects only
exact, case-sensitive entity names.
entities list is invalid.
Override a strategy
Overrides are exact and case-sensitive. Findings without an override use the default strategy.Exempt exact values
Exact allowlists are scoped to an entity type and compare exact Unicode values without normalization.Exempt values with regular expressions
Regex allowlist patterns must match the full finding value. Matching is case-sensitive by default.Evaluation order
DataFog Core processes a request in this order:- Validate the complete configuration.
- Select entity types.
- Apply exact and regex allowlists.
- Resolve duplicates and overlaps.
- Choose the per-entity override or default strategy.
- Transform selected findings in document order.
Strict input
Unknown fields and explicitnull values are rejected. Empty structural maps
are treated as omission, but empty semantic values such as an empty entity
selection, key reference, or token reference are invalid.