Google Cloud Data Loss Prevention v2 API - Class DataProfileConfigSnapshot (2.16.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
Name Description
other DataProfileConfigSnapshot

Properties

DataProfileJob

[Obsolete]
public DataProfileJobConfig DataProfileJob { get; set; }

A copy of the configuration used to generate this profile. This is deprecated, and the DiscoveryConfig field is preferred moving forward. DataProfileJobConfig will still be written here for Discovery in BigQuery for backwards compatibility, but will not be updated with new fields, while DiscoveryConfig will.

Property Value
Type Description
DataProfileJobConfig

DiscoveryConfig

public DiscoveryConfig DiscoveryConfig { get; set; }

A copy of the configuration used to generate this profile.

Property Value
Type Description
DiscoveryConfig

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
Type Description
InspectConfig

InspectTemplateModifiedTime

public Timestamp InspectTemplateModifiedTime { get; set; }

Timestamp when the template was modified

Property Value
Type Description
Timestamp

InspectTemplateName

public string InspectTemplateName { get; set; }

Name of the inspection template used to generate this profile

Property Value
Type Description
string