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-04-09 UTC."],[[["This webpage details the `SaveFindings` class within the `Google.Cloud.Dlp.V2` namespace, specifically version 3.3.0, which is part of the Google Cloud Data Loss Prevention (DLP) library for .NET."],["The `SaveFindings` class, compatible with Inspect and Risk operations, allows for detailed findings to be saved to a designated `OutputStorageConfig`, enabling external storage of DLP results."],["The latest available version of this document is 4.16.0, and the webpage covers multiple previous versions of `SaveFindings`, starting from 2.15.0 up to the latest."],["`SaveFindings` implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `System.Object`, providing functionalities for message handling, comparison, deep cloning, and buffering."],["The primary properties for the `SaveFindings` class include an `OutputConfig` of type `OutputStorageConfig`, specifying where the findings are to be stored externally."]]],[]]