class Google::Apis::DlpV2::GooglePrivacyDlpV2LDiversityConfig

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

Attributes

quasi_ids[RW]

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. Corresponds to the JSON property `quasiIds` @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId>]

sensitive_attribute[RW]

General identifier of a data field in a storage service. Corresponds to the JSON property `sensitiveAttribute` @return [Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 3899
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dlp_v2/classes.rb, line 3904
def update!(**args)
  @quasi_ids = args[:quasi_ids] if args.key?(:quasi_ids)
  @sensitive_attribute = args[:sensitive_attribute] if args.key?(:sensitive_attribute)
end