pub fn dump_effective() -> ValueExpand description
Dump all effective config values as a JSON object (redacted).
Applies heuristic redaction to fields whose names contain sensitive
patterns (password, secret, token, key, credential, auth, private,
cert, encryption). Fields with #[serde(skip_serializing)] are
already excluded at serialisation time — this is the safety net for
fields that weren’t annotated.