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