关于“Cloud Data Loss Prevention API:Qwik Start”的评价

评论

Priyanka V. · 评论almost 2 years之前

ZAKI SATRIA PRAYOGA G. · 评论almost 2 years之前

Wilson J. · 评论almost 2 years之前

Neha G. · 评论almost 2 years之前

Monika G. · 评论almost 2 years之前

Irshad Shams G. · 评论almost 2 years之前

Joao N. · 评论almost 2 years之前

Prerana G. · 评论almost 2 years之前

krishav s. · 评论almost 2 years之前

Jyoti P. · 评论almost 2 years之前

Yashika G. · 评论almost 2 years之前

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. · 评论almost 2 years之前

good

Saurabh K. · 评论almost 2 years之前

Arham R. · 评论almost 2 years之前

Gaurav G. · 评论almost 2 years之前

Shivam G. · 评论almost 2 years之前

Anushka D. · 评论almost 2 years之前

Rahul M. · 评论almost 2 years之前

Yizreel S. · 评论almost 2 years之前

Karan kumar s. · 评论almost 2 years之前

M Prajwal K. · 评论almost 2 years之前

Chandan C. · 评论almost 2 years之前

prachi p. · 评论almost 2 years之前

good labb

Puri J. · 评论almost 2 years之前

Martial K. · 评论almost 2 years之前

我们无法确保发布的评价来自已购买或已使用产品的消费者。评价未经 Google 核实。