Class GooglePrivacyDlpV2PrivacyMetric
Privacy metric to compute for reidentification risk analysis.
Implements
Inherited Members
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 |