Google Cloud Data Loss Prevention v2 API - Class Action.Types.SaveFindings (4.8.0)

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

Inheritance

object > Action.Types.SaveFindings

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

SaveFindings()

public SaveFindings()

SaveFindings(SaveFindings)

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

Properties

OutputConfig

public OutputStorageConfig OutputConfig { get; set; }

Location to store findings outside of DLP.

Property Value
TypeDescription
OutputStorageConfig