public sealed class SurrogateType : IMessage<CustomInfoType.Types.SurrogateType>, IEquatable<CustomInfoType.Types.SurrogateType>, IDeepCloneable<CustomInfoType.Types.SurrogateType>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class CustomInfoType.Types.SurrogateType.
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."],[[["This webpage provides documentation for the `SurrogateType` class within the Google Cloud Data Loss Prevention (DLP) v2 API, which is used for detecting output from de-identification transformations."],["The latest version documented is 4.16.0, with a comprehensive list of previous versions available, starting from version 4.15.0 down to 2.15.0."],["`SurrogateType` is designed for pseudonymization processes, identifying \"surrogate\" outputs, and is typically used with a `surrogate_info_type` field during transformations."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It is part of the `Google.Cloud.Dlp.V2` namespace and is found within the `Google.Cloud.Dlp.V2.dll` assembly, offering both a default constructor and one that accepts another `SurrogateType` instance."]]],[]]