Interfaces

RedactionReport

Interface: RedactionReport

Defined in: node_modules/footprintjs/dist/types/lib/scope/types.d.ts:98

Compliance-friendly report of what was redacted. Never includes values.

Properties

fieldRedactions

fieldRedactions: Record<string, string[]>

Defined in: node_modules/footprintjs/dist/types/lib/scope/types.d.ts:102

Keys with field-level redaction → which fields were scrubbed.


patterns

patterns: string[]

Defined in: node_modules/footprintjs/dist/types/lib/scope/types.d.ts:104

Source strings of registered patterns.


redactedKeys

redactedKeys: string[]

Defined in: node_modules/footprintjs/dist/types/lib/scope/types.d.ts:100

Keys fully redacted (exact match or pattern match).

On this page