Can we save wrapped keys generated with cloud KMS keys in DLP deidentification templates(using Python Api)?
问题 I am working on a PII de-identification project and using google cloud's data loss prevention api. Use case: To encrypt a field with cloud KMS key. Created a dlp-deidentification template, here is the snippet: { "deidentify_template":{ "display_name":"deidentification_encryption", "description":"deidentification_encryption", "deidentify_config":{ "record_transformations":{ "field_transformations":[ { "fields":[ { "name":"password" } ], "primitive_transformation":{ "crypto_hash_config": {