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, with a history of versions going back to 2.15.0, each with its own documentation."],["`SaveFindings` is compatible with both Inspect and Risk operations, and only a single instance of this action can be specified."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The class provides two constructors; one empty and one that uses another instance of `Action.Types.SaveFindings`, along with the `OutputConfig` property to define the storage location."]]],[]]