Class: Google::Privacy::Dlp::V2::DeidentifyConfig

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

Overview

The configuration that controls how the data will change.

Instance Attribute Summary collapse

Instance Attribute Details

#info_type_transformationsGoogle::Privacy::Dlp::V2::InfoTypeTransformations

Returns Treat the dataset as free-form text and apply the same free text transformation everywhere.

Returns:



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

class DeidentifyConfig; end

#record_transformationsGoogle::Privacy::Dlp::V2::RecordTransformations

Returns Treat the dataset as structured. Transformations can be applied to specific locations within structured datasets, such as transforming a column within a table.

Returns:



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

class DeidentifyConfig; end