Skip to main content

dlp_json

Purpose

dlp_json accepts a JSON input and redacts sensitive keys. This transform operates on specific JSON keys defined in the DLP configuration - it does not walk through all JSON keys automatically. The keys to be redacted are controlled by the DLP configuration used by the generator, analyzer or responder. See more information on configuring the DLP here.

Usage

"type": "dlp_json"

Example

Configuration

{
"type": "dlp_json"
}

Input Token

{"userId":"4e216b8d-e6ce-4fc6-b566-d44acb6642f4"}

Transformed Token

{"userId":"REDACTED-b2291a2a7eed78cdb627354103a6eba35d2e448c20c831ecfc7f3c3b18432f31 (uuid)"}