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."],[[["The webpage provides documentation for the `SaveFindings` class within the `Google.Cloud.Dlp.V2` namespace, specifically for .NET development."],["`SaveFindings` is designed to persist detailed findings to a specified `OutputStorageConfig`, and only one instance of this action can be specified at any time."],["The `SaveFindings` class is compatible with both Inspect and Risk operations, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This page includes a list of multiple versions of the documentation, from version 2.15.0 to the latest 4.16.0, allowing for navigation between different versions."],["The `SaveFindings` class has a `OutputConfig` property of type `OutputStorageConfig` which dictates the location to store findings outside of Data Loss Prevention (DLP)."]]],[]]