We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d2287 commit 628d47cCopy full SHA for 628d47c
dlp/custom_infotype.py
@@ -41,7 +41,9 @@ def omit_name_if_also_email(
41
# Instantiate a client.
42
dlp = google.cloud.dlp_v2.DlpServiceClient()
43
44
- # Construct a list of infoTypes for DLP to locate in `content_string`
+ # Construct a list of infoTypes for DLP to locate in `content_string`. See
45
+ # https://cloud.google.com/dlp/docs/concepts-infotypes for more information
46
+ # about supported infoTypes.
47
info_types_to_locate = [{"name": "PERSON_NAME"}, {"name": "EMAIL_ADDRESS"}]
48
49
# Construct the configuration dictionary that will only match on PERSON_NAME
0 commit comments