Class GooglePrivacyDlpV2RiskAnalysisJobConfig
Configuration for a risk analysis job. See https://cloud.google.com/sensitive-data-protection/docs/concepts-risk-analysis to learn more.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2RiskAnalysisJobConfig : IDirectResponseSchema
Properties
Actions
Actions to execute at the completion of the job. Are executed in the order provided.
Declaration
[JsonProperty("actions")]
public virtual IList<GooglePrivacyDlpV2Action> Actions { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2Action> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PrivacyMetric
Privacy metric to compute.
Declaration
[JsonProperty("privacyMetric")]
public virtual GooglePrivacyDlpV2PrivacyMetric PrivacyMetric { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2PrivacyMetric |
SourceTable
Input dataset to compute metrics over.
Declaration
[JsonProperty("sourceTable")]
public virtual GooglePrivacyDlpV2BigQueryTable SourceTable { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2BigQueryTable |