Class GooglePrivacyDlpV2DeltaPresenceEstimationConfig
δ-presence metric, used to estimate how likely it is for an attacker to figure out that one given individual appears in a de-identified dataset. Similarly to the k-map metric, we cannot compute δ-presence exactly without knowing the attack dataset, so we use a statistical model instead.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2DeltaPresenceEstimationConfig : IDirectResponseSchema
Properties
AuxiliaryTables
Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers field must appear in exactly one field of one auxiliary table.
Declaration
[JsonProperty("auxiliaryTables")]
public virtual IList<GooglePrivacyDlpV2StatisticalTable> AuxiliaryTables { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2StatisticalTable> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
QuasiIds
Required. Fields considered to be quasi-identifiers. No two fields can have the same tag.
Declaration
[JsonProperty("quasiIds")]
public virtual IList<GooglePrivacyDlpV2QuasiId> QuasiIds { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2QuasiId> |
RegionCode
ISO 3166-1 alpha-2 region code to use in the statistical modeling. Set if no column is tagged with a region-specific InfoType (like US_ZIP_5) or a region code.
Declaration
[JsonProperty("regionCode")]
public virtual string RegionCode { get; set; }
Property Value
Type | Description |
---|---|
string |