Show / Hide Table of Contents

Class GooglePrivacyDlpV2LDiversityConfig

l-diversity metric, used for analysis of reidentification risk.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX