Class: Google::Privacy::Dlp::V2::PrivacyMetric::LDiversityConfig

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns 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.

Returns:

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

    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.



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

class LDiversityConfig; end

#sensitive_attributeGoogle::Privacy::Dlp::V2::FieldId

Returns Sensitive field for computing the l-value.

Returns:



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

class LDiversityConfig; end