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-03-24 UTC."],[[["The page provides documentation for the `RedactConfig` class within the `Google.Cloud.Dlp.V2` namespace, detailing its functionality for redacting values in data."],["`RedactConfig` has multiple versions listed, ranging from 2.15.0 up to the latest version, 4.16.0, allowing users to view changes and implementations over time."],["The `RedactConfig` class implements various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The documentation includes details on the two constructors available for the `RedactConfig` class: a default constructor and one that accepts another `RedactConfig` instance as a parameter."],["This documentation shows the capabilities of the `RedactConfig` class for data transformation, specifically in redacting sensitive data such as phone numbers, and includes a basic example of how this function would work."]]],[]]