public sealed class SaveFindings : IMessage<Action.Types.SaveFindings>, IEquatable<Action.Types.SaveFindings>, IDeepCloneable<Action.Types.SaveFindings>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class Action.Types.SaveFindings.
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 page provides reference documentation for the `Action.Types.SaveFindings` class within the Google Cloud Data Loss Prevention (DLP) v2 API, covering versions from 2.15.0 up to the latest, 4.16.0."],["The `SaveFindings` class is designed to persist detailed data loss prevention findings to a specified `OutputStorageConfig`."],["This action is compatible with both Inspect and Risk features, and only one instance of the action can be used at a time."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It offers two constructors, `SaveFindings()` and `SaveFindings(Action.Types.SaveFindings other)`, and includes a property `OutputConfig` of type `OutputStorageConfig` that determines where findings will be stored."]]],[]]