Cloud Data Loss Prevention API: Qwik Start のレビュー
44616 件のレビュー
Verma Priyanka · 2年弱前にレビュー済み
GOOGLEUSER ZAKI SATRIA PRAYOGA · 2年弱前にレビュー済み
Jonathan Oey Wilson · 2年弱前にレビュー済み
Gupta Neha · 2年弱前にレビュー済み
Gupta Monika · 2年弱前にレビュー済み
GOOGLEUSER Irshad Shams · 2年弱前にレビュー済み
Nascimento Joao · 2年弱前にレビュー済み
Giri Prerana · 2年弱前にレビュー済み
samanta krishav · 2年弱前にレビュー済み
Prajapati Jyoti · 2年弱前にレビュー済み
Garg Yashika · 2年弱前にレビュー済み
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
Patidar Arun · 2年弱前にレビュー済み
good
Kathane Saurabh · 2年弱前にレビュー済み
Riaz Arham · 2年弱前にレビュー済み
Gorane Gaurav · 2年弱前にレビュー済み
GOOGLEUSER Shivam · 2年弱前にレビュー済み
Deshmukh Anushka · 2年弱前にレビュー済み
Mondal Rahul · 2年弱前にレビュー済み
Sipahutar Yizreel · 2年弱前にレビュー済み
sahani Karan kumar · 2年弱前にレビュー済み
Kini M Prajwal · 2年弱前にレビュー済み
Choudhury Chandan · 2年弱前にレビュー済み
pandey prachi · 2年弱前にレビュー済み
good labb
Jagannadh Ulapalli Puri · 2年弱前にレビュー済み
King Martial · 2年弱前にレビュー済み
公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。