Skip to main content
Dotset CLI API Documentation / index / DetectionSignal

Type Alias: DetectionSignal

type DetectionSignal = 
  | "regex"
  | "literal"
  | "entropy"
  | "context"
  | "blocked"
  | "validated"
  | "assignment"
  | "config_object"
  | "comment";
Defined in: src/shield/redaction/redactor.ts:29 Detection signal types