Questions tagged [google-cloud-dlp]

Questions related to the Google Cloud Data Loss Prevention API. Classification and de-identification of sensitive data like PII. Works on text and images.

132 questions
2
votes
2 answers

Authenticating Google DLP API from Java without setting GOOGLE_APPLICATION_CREDENTIALS?

I am playing around with the Google Cloud DLP Java library. I've set up my service credentials and saved them in a JSON file as per the instructions here: https://cloud.google.com/dlp/docs/libraries. The documentation states that the preferred way…
user2337270
  • 1,183
  • 2
  • 10
  • 27
1
vote
2 answers

How to create a custom masking rule to de-identify or obscure data with DLP and BigQuery?

As per (Link), it's possible to mask sensitive data by partially o fully replacing characteres with a symbol (De-identifying sensitive data) using the DLP API in GCP. I didn't find any glue to customize the transformation rule in the request, for…
1
vote
1 answer

Data Loss Prevention in GCP

Good afternoon guys, a former CISO enabled a DLP discovery on GCP for our entire org. How do I access the result of these discovers since they are not logging into the Security Command Center? I don't know how to access the data
1
vote
1 answer

How to import InfoType or other types from google-cloud/dlp for typescript in nodejs

Working with Google cloud DLP and nodejs. After import DLP from "@google-cloud/dlp, how can I import InfoType, Likelihood, IInspectContentRequest and other types from the library as it contains all types.
Tim Woohoo
  • 470
  • 1
  • 7
  • 17
1
vote
1 answer

what strategy choose for monthly scan of 30000 bigquery dataset with dlp?

I'm struggling with dlp : I have to scan 1000 lines of more than 30000 bigquery table each month. Instead of having to give habilitations to each bigquery to the managed service account of its project, we would rather use one "master" project and so…
SMA
  • 15
  • 5
1
vote
0 answers

Gradle build issue while running the command

We are trying to reidentifiation dataflow job by executing below command:- gradle run…
1
vote
1 answer

Google cloud DLP API: How to get full dlp job inspection results when inspecting google cloud storage files

I am running dlp job inspections from google cloud storage and i was wondering if there is a method or way to get the full inspection results instead of the summary just the same way as inspecting external files? Here is a code snippet of how i am…
1
vote
1 answer

Does GCP Data Loss Prevention support publishing its results to Data Catalog for External Big Query Tables

I was trying to auto tag InfoTypes like PhoneNumber, EmailId on the data in GCS Bucket and Big Query External tables using Data Loss Prevention Tool in GCP so that i can have those tags at Data Catalog and subsequently in Dataplex. Now the problems…
Despicable me
  • 548
  • 1
  • 9
  • 24
1
vote
2 answers

How can we increase the rate limit of goggle dlp api

The rate limit set as 600 req/min by default is very low for our application where we are trying to process millions of records through a Spark job. Even with cluster of 16 nodes and 4 cores we are hitting the rate limit. We plan to have 25 such…
Prashant
  • 115
  • 1
  • 10
1
vote
1 answer

Is there a way to find the row information in response result finding of Google DLP?

I am sending a multiple sentence at a time as a table and using inspect_content to find personal information for each sentences. When I use the inspect_content function, I could receive a series of findings with various information. However, I could…
Soobum Lee
  • 11
  • 1
1
vote
0 answers

Asymmetric KMS Key with Google DLP API

Can I use Asymmetric Keys generated in KMS for encrypting and decrypting data through Google DLP APIs ? https://cloud.google.com/kms/docs/creating-asymmetric-keys
Prashant
  • 115
  • 1
  • 10
1
vote
2 answers

How to filter GCP Data Catalog entries with a specific tag value via console?

I ran a DLP job saving results to Data Catalog and would like to filter the entries in Data Catalog where the standard tag template (Data Loss Prevention Tags) has a value Contains DLP findings: true. I know how to do it with the API. But is there a…
Yann
  • 2,426
  • 1
  • 16
  • 33
1
vote
1 answer

Create Data Catalog column tags by inspecting BigQuery data with Cloud Data Loss Prevention

I want to use DLP to inspect my tables in BigQuery, and then write the findings to policy tags on the columns of the table. For example, I have a (test) table that contains data including an email address and a phone number for individuals. I can…
1
vote
1 answer

DLP data scan from bigquery table showing row_index as null

I have scanned a Bigquery table from Google DLP Console. The scan results are saved back into a big query table. DLP has identified sensitive information, but the row_index is shown as null…
1
vote
1 answer

Image Type PNG not allowed for de-identification with GCP DLP

I got this error: google.api_core.exceptions.InvalidArgument: 400 BytesType.IMAGE_PNG is not supported for use with de-identification. I have this code, and it should work with images, but then I get this error stating it isn't supported. Did I do…
James Black
  • 41,583
  • 10
  • 86
  • 166
1
2
3
8 9