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
output. This should be used in conjunction with a field on the
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."],[[["The page details the `SurrogateType` class, which is used for detecting outputs from de-identification transformations like `CryptoReplaceFfxFpeConfig`."],["`SurrogateType` is a class that produces a \"surrogate\" as output, and it should be used in conjunction with a field on the transformation like `surrogate_info_type`."],["This `CustomInfoType` does not support the use of `detection_rules`."],["The most recent version documented is 4.16.0, with various prior versions listed, down to 2.15.0."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits members from the Object class, and has 2 constructors available."]]],[]]