Class: Google::Privacy::Dlp::V2::PrivacyMetric::KAnonymityConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb

Overview

k-anonymity metric, used for analysis of reidentification risk.

Instance Attribute Summary collapse

Instance Attribute Details

#quasi_idsArray<Google::Privacy::Dlp::V2::FieldId>

Returns Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.

Returns:

  • (Array<Google::Privacy::Dlp::V2::FieldId>)

    Set of fields to compute k-anonymity over. When multiple fields are specified, they are considered a single composite key. Structs and repeated data types are not supported; however, nested fields are supported so long as they are not structs themselves or nested within a repeated field.



611
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 611

class KAnonymityConfig; end