Class: Google::Apis::DlpV2beta1::GooglePrivacyDlpV2beta1SurrogateType

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dlp_v2beta1/classes.rb,
generated/google/apis/dlp_v2beta1/representations.rb,
generated/google/apis/dlp_v2beta1/representations.rb

Overview

Message for detecting output from deidentification transformations such as CryptoReplaceFfxFpeConfig. These types of transformations are those that perform pseudonymization, thereby producing a "surrogate" as output. This should be used in conjunction with a field on the transformation such as surrogate_info_type. This custom info type does not support the use of detection_rules.

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2beta1SurrogateType

Returns a new instance of GooglePrivacyDlpV2beta1SurrogateType



3265
3266
3267
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 3265

def initialize(**args)
   update!(**args)
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3270
3271
# File 'generated/google/apis/dlp_v2beta1/classes.rb', line 3270

def update!(**args)
end