Class: Google::Privacy::Dlp::V2beta1::PrivacyMetric::LDiversityConfig

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#quasi_idsArray<Google::Privacy::Dlp::V2beta1::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::V2beta1::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.



546
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 546

class LDiversityConfig; end

#sensitive_attributeGoogle::Privacy::Dlp::V2beta1::FieldId

Returns Sensitive field for computing the l-value.

Returns:



546
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 546

class LDiversityConfig; end