The record to be sanitized.
Optional
replacementString: stringThe placeholder string.
Optional
sensitiveKeys: string[]The list of keys to be replaced. This overrides the default list.
Copyright Ⓒ 2023 SAP SE or an SAP affiliate company. All rights reserved.
Potentially sensitive keys will be matched case-insensitive and as substrings. Matches will be replaced with a placeholder string.
Returns
The sanitized copy of the input record.