Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/observability / / RedactionInput

Interface: RedactionInput

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

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
context.attribute?readonlystring-packages/core/dist/contracts/redaction-validator.d.ts
context.origin?readonlystring-packages/core/dist/contracts/redaction-validator.d.ts
context.spanType?readonlystring-packages/core/dist/contracts/redaction-validator.d.ts
tierreadonlySensitivityTier declared by the upstream caller for this value.packages/core/dist/contracts/redaction-validator.d.ts
valuereadonlyunknown-packages/core/dist/contracts/redaction-validator.d.ts