public sealed class RedactConfig : IMessage<RedactConfig>, IEquatable<RedactConfig>, IDeepCloneable<RedactConfig>, IBufferMessage, IMessage
Redact a given value. For example, if used with an InfoTypeTransformation
transforming PHONE_NUMBER, and input 'My phone number is 206-555-0123', the
output would be 'My phone number is '.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The latest version of `RedactConfig` is 4.16.0, with the provided list showing versions dating back to 2.15.0."],["`RedactConfig` is a class within the `Google.Cloud.Dlp.V2` namespace, designed to redact values, and it is implemented in the `Google.Cloud.Dlp.V2.dll` assembly."],["`RedactConfig` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `RedactConfig` has two constructors, one that is parameterless and one that accepts a `RedactConfig` object as a parameter."],["This `RedactConfig` class can be used with `InfoTypeTransformation`, which, when applied to an input string, will remove any info types found; for instance, if used on a phone number, the output would show an empty string."]]],[]]