Show / Hide Table of Contents

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.

Inheritance
object
GooglePrivacyDlpV2DeltaPresenceEstimationConfig
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX