Class GooglePrivacyDlpV2LDiversityConfig
l-diversity metric, used for analysis of reidentification risk.
Implements
Inherited Members
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2LDiversityConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
QuasiIds
Set of quasi-identifiers indicating how equivalence classes are defined for the l-diversity computation. When multiple fields are specified, they are considered a single composite key.
Declaration
[JsonProperty("quasiIds")]
public virtual IList<GooglePrivacyDlpV2FieldId> QuasiIds { get; set; }
Property Value
Type | Description |
---|---|
IList<GooglePrivacyDlpV2FieldId> |
SensitiveAttribute
Sensitive field for computing the l-value.
Declaration
[JsonProperty("sensitiveAttribute")]
public virtual GooglePrivacyDlpV2FieldId SensitiveAttribute { get; set; }
Property Value
Type | Description |
---|---|
GooglePrivacyDlpV2FieldId |