Class: Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2SurrogateType
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2beta2::GooglePrivacyDlpV2beta2SurrogateType
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2beta2/classes.rb,
generated/google/apis/dlp_v2beta2/representations.rb,
generated/google/apis/dlp_v2beta2/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
-
#initialize(**args) ⇒ GooglePrivacyDlpV2beta2SurrogateType
constructor
A new instance of GooglePrivacyDlpV2beta2SurrogateType.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2beta2SurrogateType
Returns a new instance of GooglePrivacyDlpV2beta2SurrogateType
5685 5686 5687 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 5685 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5690 5691 |
# File 'generated/google/apis/dlp_v2beta2/classes.rb', line 5690 def update!(**args) end |