pub fn redact_connector_map(table: &Table) -> TableExpand description
Redact an arbitrary connector-config table, deny-by-default.
Returns a new table safe to serialize into operator-facing output. Nested
tables and arrays are redacted recursively. Unknown keys (anything not in
the structural allowlist or a recognized URL key) have their values
replaced with REDACTED.