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 provides documentation for the `SaveFindings` class within the `Google.Cloud.Dlp.V2` namespace, specifically detailing its functionality for persisting detailed findings to an `OutputStorageConfig`."],["The `SaveFindings` class is compatible with Inspect and Risk operations, with the constraint that only one instance of this action can be specified per operation."],["The latest version of `SaveFindings` is 4.16.0, while version 3.5.0 is also covered, alongside a range of versions in between such as 4.15.0, 4.14.0 and so on all the way down to 2.15.0."],["The `SaveFindings` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `OutputConfig` property of the `SaveFindings` class, of the type `OutputStorageConfig`, is used to set the location where the findings will be stored."]]],[]]