public sealed class SaveFindings : IMessage<Action.Types.SaveFindings>, IEquatable<Action.Types.SaveFindings>, IDeepCloneable<Action.Types.SaveFindings>, IBufferMessage, IMessage
If set, the detailed findings will be persisted to the specified
OutputStorageConfig. Only a single instance of this action can be
specified.
Compatible with: Inspect, Risk
[[["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 `SaveFindings` class within the `Google.Cloud.Dlp.V2` namespace, which is used for persisting detailed findings to a specified `OutputStorageConfig`."],["The latest version documented is 4.16.0, while the current focus of the page is on version 3.2.0."],["The `SaveFindings` class is compatible with Inspect and Risk operations and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors to create new instances, either default or by copying from another instance of `SaveFindings`."],["The class has one property, `OutputConfig`, which determines where the findings will be stored, using the `OutputStorageConfig` type."]]],[]]