PiiDetector

interface PiiDetector

Interface for detecting PII in event payloads.

Implementations scan JSON payloads for personally identifiable information. NIST SI-19: De-identification.

Since

0.5.0

Inheritors

Functions

Link copied to clipboard
abstract fun scan(payloadJson: String): PiiScanResult

Scan a JSON payload for PII.