public sealed class RedactConfig : IMessage<RedactConfig>, IEquatable<RedactConfig>, IDeepCloneable<RedactConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class RedactConfig.
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."],[[["This webpage provides documentation for the `RedactConfig` class within the Google Cloud Data Loss Prevention (DLP) v2 API for .NET."],["The `RedactConfig` class is used to redact a specific value, as shown in the example of redacting a phone number in a string."],["The page includes a list of available versions of the `RedactConfig` class, ranging from version 2.15.0 up to the latest version, 4.16.0."],["The documentation lists the members of the class that it inherits from, such as object.GetHashCode() and the interfaces it implements, such as IMessage."],["There are two constructors that are documented on this page, one that takes no parameters and another that copies a given RedactConfig object."]]],[]]