RedactionConfig
import type { RedactionConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";Configuration to instruct how sensitive data should be handled.
interface RedactionConfig {
deidentifyTemplate?: string;
enableRedaction?: boolean;
inspectTemplate?: string;
}