Show / Hide Table of Contents

Class GooglePrivacyDlpV2PrivacyMetric

Privacy metric to compute for reidentification risk analysis.

Inheritance
object
GooglePrivacyDlpV2PrivacyMetric
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 GooglePrivacyDlpV2PrivacyMetric : IDirectResponseSchema

Properties

CategoricalStatsConfig

Categorical stats

Declaration
[JsonProperty("categoricalStatsConfig")]
public virtual GooglePrivacyDlpV2CategoricalStatsConfig CategoricalStatsConfig { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2CategoricalStatsConfig

DeltaPresenceEstimationConfig

delta-presence

Declaration
[JsonProperty("deltaPresenceEstimationConfig")]
public virtual GooglePrivacyDlpV2DeltaPresenceEstimationConfig DeltaPresenceEstimationConfig { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2DeltaPresenceEstimationConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

KAnonymityConfig

K-anonymity

Declaration
[JsonProperty("kAnonymityConfig")]
public virtual GooglePrivacyDlpV2KAnonymityConfig KAnonymityConfig { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2KAnonymityConfig

KMapEstimationConfig

k-map

Declaration
[JsonProperty("kMapEstimationConfig")]
public virtual GooglePrivacyDlpV2KMapEstimationConfig KMapEstimationConfig { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2KMapEstimationConfig

LDiversityConfig

l-diversity

Declaration
[JsonProperty("lDiversityConfig")]
public virtual GooglePrivacyDlpV2LDiversityConfig LDiversityConfig { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2LDiversityConfig

NumericalStatsConfig

Numerical stats

Declaration
[JsonProperty("numericalStatsConfig")]
public virtual GooglePrivacyDlpV2NumericalStatsConfig NumericalStatsConfig { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2NumericalStatsConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX