Google Cloud Data Loss Prevention v2 API - Class DataProfileConfigSnapshot (4.3.0)

public sealed class DataProfileConfigSnapshot : IMessage<DataProfileConfigSnapshot>, IEquatable<DataProfileConfigSnapshot>, IDeepCloneable<DataProfileConfigSnapshot>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class DataProfileConfigSnapshot.

Snapshot of the configurations used to generate the profile.

Inheritance

Object > DataProfileConfigSnapshot

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

DataProfileConfigSnapshot()

public DataProfileConfigSnapshot()

DataProfileConfigSnapshot(DataProfileConfigSnapshot)

public DataProfileConfigSnapshot(DataProfileConfigSnapshot other)
Parameter
NameDescription
otherDataProfileConfigSnapshot

Properties

DataProfileJob

public DataProfileJobConfig DataProfileJob { get; set; }

A copy of the configuration used to generate this profile.

Property Value
TypeDescription
DataProfileJobConfig

InspectConfig

public InspectConfig InspectConfig { get; set; }

A copy of the inspection config used to generate this profile. This is a copy of the inspect_template specified in DataProfileJobConfig.

Property Value
TypeDescription
InspectConfig