Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/observability / / RedactionInput

Interface: RedactionInput

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

Input handed to RedactionValidator.validate(...).

Stable

Properties

PropertyModifierTypeDescriptionDefined in
context?readonly{ attribute?: string; origin?: string; spanType?: string; }Optional context describing where the value originated.packages/core/dist/contracts/redaction-validator.d.ts:38
context.attribute?readonlystring-packages/core/dist/contracts/redaction-validator.d.ts:39
context.origin?readonlystring-packages/core/dist/contracts/redaction-validator.d.ts:41
context.spanType?readonlystring-packages/core/dist/contracts/redaction-validator.d.ts:40
tierreadonlySensitivityTier declared by the upstream caller for this value.packages/core/dist/contracts/redaction-validator.d.ts:36
valuereadonlyunknown-packages/core/dist/contracts/redaction-validator.d.ts:34