Cloud Data Loss Prevention API: Qwik Start Reviews
19828 reviews
shibaram m. · Reviewed 5 months ago
PIKACHU P. · Reviewed 5 months ago
Mochammad S. · Reviewed 5 months ago
akhmad f. · Reviewed 5 months ago
NICE
Sujeet K. · Reviewed 5 months ago
Bram B. · Reviewed 5 months ago
Sandy M. · Reviewed 5 months ago
Priyanka V. · Reviewed 5 months ago
ZAKI SATRIA PRAYOGA G. · Reviewed 5 months ago
Wilson J. · Reviewed 5 months ago
Neha G. · Reviewed 5 months ago
Monika G. · Reviewed 5 months ago
Irshad Shams G. · Reviewed 5 months ago
Joao N. · Reviewed 5 months ago
Prerana G. · Reviewed 5 months ago
krishav s. · Reviewed 5 months ago
Jyoti P. · Reviewed 5 months ago
Yashika G. · Reviewed 5 months ago
cat > inspect-request.json << EOF { "item":{ "value":"My phone number is (206) 555-0123." }, "inspectConfig":{ "infoTypes":[ { "name":"PHONE_NUMBER" }, { "name":"US_TOLLFREE_PHONE_NUMBER" } ], "minLikelihood":"POSSIBLE", "limits":{ "maxFindingsPerItem":0 }, "includeQuote":true } } EOF gcloud auth print-access-token curl -s \ -H "Authorization: Bearer $(gcloud auth print-access-token)" \ -H "Content-Type: application/json" \ https://dlp.googleapis.com/v2/projects/$DEVSHELL_PROJECT_ID/content:inspect \ -d @inspect-request.json -o inspect-output.txt gsutil cp inspect-output.txt gs://$DEVSHELL_PROJECT_ID-bucket cat > new-inspect-file.json << EOF { "item": { "value":"My email is test@gmail.com", }, "deidentifyConfig": { "infoTypeTransformations":{ "transformations": [ { "primitiveTransformation": { "replaceWithInfoTypeConfig": {} } } ] } }, "inspectConfig": { "infoTypes": { "name": "EMAIL_ADDRESS" } } } EOF curl -s \ -H "Authorization: Bearer $(gcloud auth print-access-token)" \ -H "Content-Type: application/json" \ https://dlp.googleapis.com/v2/projects/$DEVSHELL_PROJECT_ID/content:deidentify \ -d @new-inspect-file.json -o redact-output.txt cat redact-output.txt gsutil cp redact-output.txt gs://$DEVSHELL_PROJECT_ID-bucket
Arun P. · Reviewed 5 months ago
good
Saurabh K. · Reviewed 5 months ago
Arham R. · Reviewed 5 months ago
Gaurav G. · Reviewed 5 months ago
Shivam G. · Reviewed 5 months ago
Anushka D. · Reviewed 5 months ago
Rahul M. · Reviewed 5 months ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.