Class Action.Types.SaveFindings (4.0.0)

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

Inheritance

Object > Action.Types.SaveFindings

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

SaveFindings()

public SaveFindings()

SaveFindings(Action.Types.SaveFindings)

public SaveFindings(Action.Types.SaveFindings other)
Parameter
NameDescription
otherAction.Types.SaveFindings

Properties

OutputConfig

public OutputStorageConfig OutputConfig { get; set; }

Location to store findings outside of DLP.

Property Value
TypeDescription
OutputStorageConfig