Skip to main content
Dotset CLI API Documentation / tollgate / redactPiiFromObject

Function: redactPiiFromObject()

function redactPiiFromObject(input): string;
Defined in: src/tollgate/audit/redaction.ts:348 Redacts PII from an object and returns a JSON string.

Parameters

input

Record<string, unknown> The object to redact

Returns

string The redacted JSON string