public sealed class SurrogateType : IMessage<CustomInfoType.Types.SurrogateType>, IEquatable<CustomInfoType.Types.SurrogateType>, IDeepCloneable<CustomInfoType.Types.SurrogateType>, IBufferMessage, IMessage
Message for detecting output from deidentification transformations
such as
CryptoReplaceFfxFpeConfig.
These types of transformations are
those that perform pseudonymization, thereby producing a "surrogate" as
CryptoReplaceFfxFpeConfig.
transformation such as surrogate_info_type. This CustomInfoType does
not support the use of detection_rules.
[[["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."],[[["This webpage details the `SurrogateType` class within the `Google.Cloud.Dlp.V2` namespace, which is designed to detect output from de-identification transformations like `CryptoReplaceFfxFpeConfig` that produce pseudonymized \"surrogate\" data."],["The `SurrogateType` class does not support the use of `detection_rules`."],["It is derived from the base `Object` class and implements the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The page provides a list of various versions of the class, from 2.15.0 to 4.16.0 (latest)."],["The class has two constructors: a default constructor, and a constructor that accepts another `SurrogateType` object as a parameter."]]],[]]