public sealed class Action.Types.SaveFindings : IMessage<Action.Types.SaveFindings>, IEquatable<Action.Types.SaveFindings>, IDeepCloneable<Action.Types.SaveFindings>, IBufferMessage, IMessageReference 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
Implements
IMessageActionTypesSaveFindings, IEquatableActionTypesSaveFindings, IDeepCloneableActionTypesSaveFindings, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
SaveFindings()
public SaveFindings()SaveFindings(SaveFindings)
public SaveFindings(Action.Types.SaveFindings other)| Parameter | |
|---|---|
| Name | Description | 
| other | ActionTypesSaveFindings | 
Properties
OutputConfig
public OutputStorageConfig OutputConfig { get; set; }Location to store findings outside of DLP.
| Property Value | |
|---|---|
| Type | Description | 
| OutputStorageConfig | |