Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/observability / / RedactionOutput

Interface: RedactionOutput

Defined in: packages/core/dist/contracts/redaction-validator.d.ts:51

Result of RedactionValidator.validate(...) — either the sanitized payload (possibly equal to the input) or null if the value must be dropped entirely.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
matched?readonlyreadonly string[]List of pattern names matched while validating.packages/core/dist/contracts/redaction-validator.d.ts:55
tierreadonlySensitivity-packages/core/dist/contracts/redaction-validator.d.ts:53
valuereadonlyunknown-packages/core/dist/contracts/redaction-validator.d.ts:52