Hi all,
I need to create a service (I thought about using Cloud Run) that will get streaming data (Json) The data contains sensitive information that is needed to de-identification (and re-identify
in the future) using DLP and save the result to BigQuery.
I could not find a code that can perform this task, I would be very grateful for help, thank you very much.
This looks like a useful starting article:
https://cloud.google.com/dlp/docs/inspect-sensitive-text-de-identify
It looks like this is the underlying API that one would want to use:
https://cloud.google.com/dlp/docs/reference/rest/v2/projects.content/deidentify
Here is a catalog of samples for using DLP: