public sealed class Action.Types.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 webpage provides documentation for the `Action.Types.SaveFindings` class within the Google Cloud Data Loss Prevention (DLP) v2 API, specifically within the .NET environment."],["The `SaveFindings` class is used to persist detailed findings to a specified `OutputStorageConfig` and is compatible with Inspect and Risk actions, allowing only one instance of this action to be defined."],["The document offers versioned references for this class, from the latest 4.16.0 down to 2.15.0, showing a large history of the api."],["The `SaveFindings` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its capabilities for message handling and deep cloning."],["The class has a key property `OutputConfig`, which is of type `OutputStorageConfig` and determines the location where the findings will be saved outside of DLP."]]],[]]