Module: Google::Cloud::Dlp::V2::TransformationType
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
An enum of rules that can be used to transform a value. Can be a
record suppression, or one of the transformation rules specified under
PrimitiveTransformation.
Constant Summary collapse
- TRANSFORMATION_TYPE_UNSPECIFIED =
Unused
0- RECORD_SUPPRESSION =
Record suppression
1- REPLACE_VALUE =
Replace value
2- REPLACE_DICTIONARY =
Replace value using a dictionary.
15- REDACT =
Redact
3- CHARACTER_MASK =
Character mask
4- CRYPTO_REPLACE_FFX_FPE =
FFX-FPE
5- FIXED_SIZE_BUCKETING =
Fixed size bucketing
6- BUCKETING =
Bucketing
7- REPLACE_WITH_INFO_TYPE =
Replace with info type
8- TIME_PART =
Time part
9- CRYPTO_HASH =
Crypto hash
10- DATE_SHIFT =
Date shift
12- CRYPTO_DETERMINISTIC_CONFIG =
Deterministic crypto
13- REDACT_IMAGE =
Redact image
14