Google Cloud Data Loss Prevention v2 API - Class PrivacyMetric.Types.KMapEstimationConfig (4.8.0)

public sealed class PrivacyMetric.Types.KMapEstimationConfig : IMessage<PrivacyMetric.Types.KMapEstimationConfig>, IEquatable<PrivacyMetric.Types.KMapEstimationConfig>, IDeepCloneable<PrivacyMetric.Types.KMapEstimationConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class PrivacyMetric.Types.KMapEstimationConfig.

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.

Inheritance

object > PrivacyMetric.Types.KMapEstimationConfig

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

KMapEstimationConfig()

public KMapEstimationConfig()

KMapEstimationConfig(KMapEstimationConfig)

public KMapEstimationConfig(PrivacyMetric.Types.KMapEstimationConfig other)
Parameter
NameDescription
otherPrivacyMetricTypesKMapEstimationConfig

Properties

AuxiliaryTables

public RepeatedField<PrivacyMetric.Types.KMapEstimationConfig.Types.AuxiliaryTable> AuxiliaryTables { get; }

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.

Property Value
TypeDescription
RepeatedFieldPrivacyMetricTypesKMapEstimationConfigTypesAuxiliaryTable

QuasiIds

public RepeatedField<PrivacyMetric.Types.KMapEstimationConfig.Types.TaggedField> QuasiIds { get; }

Required. Fields considered to be quasi-identifiers. No two columns can have the same tag.

Property Value
TypeDescription
RepeatedFieldPrivacyMetricTypesKMapEstimationConfigTypesTaggedField

RegionCode

public string RegionCode { get; set; }

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.

Property Value
TypeDescription
string