Class GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails
Result of a risk analysis operation request.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2AnalyzeDataSourceRiskDetails : IDirectResponseSchema
Properties
CategoricalStatsResult
Categorical stats result
Declaration
[JsonProperty("categoricalStatsResult")]
public virtual GooglePrivacyDlpV2CategoricalStatsResult CategoricalStatsResult { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2CategoricalStatsResult |
DeltaPresenceEstimationResult
Delta-presence result
Declaration
[JsonProperty("deltaPresenceEstimationResult")]
public virtual GooglePrivacyDlpV2DeltaPresenceEstimationResult DeltaPresenceEstimationResult { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2DeltaPresenceEstimationResult |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KAnonymityResult
K-anonymity result
Declaration
[JsonProperty("kAnonymityResult")]
public virtual GooglePrivacyDlpV2KAnonymityResult KAnonymityResult { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2KAnonymityResult |
KMapEstimationResult
K-map result
Declaration
[JsonProperty("kMapEstimationResult")]
public virtual GooglePrivacyDlpV2KMapEstimationResult KMapEstimationResult { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2KMapEstimationResult |
LDiversityResult
L-divesity result
Declaration
[JsonProperty("lDiversityResult")]
public virtual GooglePrivacyDlpV2LDiversityResult LDiversityResult { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2LDiversityResult |
NumericalStatsResult
Numerical stats result
Declaration
[JsonProperty("numericalStatsResult")]
public virtual GooglePrivacyDlpV2NumericalStatsResult NumericalStatsResult { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2NumericalStatsResult |
RequestedOptions
The configuration used for this job.
Declaration
[JsonProperty("requestedOptions")]
public virtual GooglePrivacyDlpV2RequestedRiskAnalysisOptions RequestedOptions { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2RequestedRiskAnalysisOptions |
RequestedPrivacyMetric
Privacy metric to compute.
Declaration
[JsonProperty("requestedPrivacyMetric")]
public virtual GooglePrivacyDlpV2PrivacyMetric RequestedPrivacyMetric { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2PrivacyMetric |
RequestedSourceTable
Input dataset to compute metrics over.
Declaration
[JsonProperty("requestedSourceTable")]
public virtual GooglePrivacyDlpV2BigQueryTable RequestedSourceTable { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2BigQueryTable |