Show / Hide Table of Contents

Class GooglePrivacyDlpV2RiskAnalysisJobConfig

Configuration for a risk analysis job. See https://cloud.google.com/sensitive-data-protection/docs/concepts-risk-analysis to learn more.

Inheritance
object
GooglePrivacyDlpV2RiskAnalysisJobConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX