Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding email dlp changes to add more region endpoints and renamed CASB #826

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions products/email-dlp/api/email-dlp-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ Once you have captured Email DLP incidents, you can use the Email DLP API to [up
Depending on your instance location, the endpoint URL can change. The Email DLP endpoint is region specific.

| Region | Endpoint |
| --------| ------------------ |
| ---------| ------------------ |
| US | https://api.us-west1.email.dlp.paloaltonetworks.com |
| Europe | https://api.europe-west3.email.dlp.paloaltonetworks.com |
| Asia | https://api.asia-southeast1.email.dlp.paloaltonetworks.com |
| India | https://api.asia-south1.email.dlp.paloaltonetworks.com |
| UK | https://api.europe-west2.email.dlp.paloaltonetworks.com |
| Japan | https://api.asia-northeast1.email.dlp.paloaltonetworks.com|
| Australia| https://api.australia-southeast1.email.dlp.paloaltonetworks.com|

### Authentication

Expand All @@ -39,4 +42,4 @@ When you create a service account, you get a Client ID and Client Secret, which
[get an access token](/sase/api/auth/post-auth-v-1-oauth-2-access-token).
You must also use your TSG's ID when you create an access token.

To use the Email DLP API, the service account must have a **role** assigned as either Superuser, SOC_Admin, or DATA_SECURITY_ADMIN and the **Apps and Services** must have access to Next-Generation CASB.
To use the Email DLP API, the service account must have a **role** assigned as either Superuser, SOC_Admin, or DATA_SECURITY_ADMIN and the **Apps and Services** must have access to Data Security.
Loading