Class GooglePrivacyDlpV2DataProfileConfigSnapshot
Snapshot of the configurations used to generate the profile.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DataProfileConfigSnapshot : IDirectResponseSchema
Properties
DataProfileJob
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.
Declaration
[JsonProperty("dataProfileJob")]
public virtual GooglePrivacyDlpV2DataProfileJobConfig DataProfileJob { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DataProfileJobConfig |
DiscoveryConfig
A copy of the configuration used to generate this profile.
Declaration
[JsonProperty("discoveryConfig")]
public virtual GooglePrivacyDlpV2DiscoveryConfig DiscoveryConfig { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DiscoveryConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InspectConfig
A copy of the inspection config used to generate this profile. This is a copy of the inspect_template
specified in DataProfileJobConfig
.
Declaration
[JsonProperty("inspectConfig")]
public virtual GooglePrivacyDlpV2InspectConfig InspectConfig { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2InspectConfig |
InspectTemplateModifiedTime
object representation of InspectTemplateModifiedTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use InspectTemplateModifiedTimeDateTimeOffset instead.")]
public virtual object InspectTemplateModifiedTime { get; set; }
Property Value
Type | Description |
---|---|
object |
InspectTemplateModifiedTimeDateTimeOffset
DateTimeOffset representation of InspectTemplateModifiedTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? InspectTemplateModifiedTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
InspectTemplateModifiedTimeRaw
Timestamp when the template was modified
Declaration
[JsonProperty("inspectTemplateModifiedTime")]
public virtual string InspectTemplateModifiedTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
InspectTemplateName
Name of the inspection template used to generate this profile
Declaration
[JsonProperty("inspectTemplateName")]
public virtual string InspectTemplateName { get; set; }
Property Value
Type | Description |
---|---|
string |