Class GooglePrivacyDlpV2KMapEstimationConfig
Reidentifiability metric. This corresponds to a risk model similar to what is called "journalist risk" in the literature, except the attack dataset is statistically modeled instead of being perfectly known. This can be done using publicly available data (like the US Census), or using a custom statistical model (indicated as one or several BigQuery tables), or by extrapolating from the distribution of values in the input dataset.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2KMapEstimationConfig : IDirectResponseSchema
Properties
AuxiliaryTables
Several auxiliary tables can be used in the analysis. Each custom_tag used to tag a quasi-identifiers column must appear in exactly one column of one auxiliary table.
Declaration
[JsonProperty("auxiliaryTables")]
public virtual IList<GooglePrivacyDlpV2AuxiliaryTable> AuxiliaryTables { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2AuxiliaryTable> |
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 columns can have the same tag.
Declaration
[JsonProperty("quasiIds")]
public virtual IList<GooglePrivacyDlpV2TaggedField> QuasiIds { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2TaggedField> |
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 |