Skip to content

Commit

Permalink
fixed overview grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-ly committed Dec 5, 2023
1 parent ff8544f commit 23e4ce8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openapi-specs/email-dlp/EmailDLPAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ info:
contact: {}
description: 'Programmatically request [Email incidents](https://docs.paloaltonetworks.com/enterprise-dlp/enterprise-dlp-admin/configure-enterprise-dlp/email-dlp/how-does-email-dlp-work)
as an additional vector of Enterprise DLP. To prevent sensitive data exfiltration,
Enterprise Data Loss Prevention (E-DLP) needs to perform inline inspection of
all outbound emails. Email DLP inspects outbound emails and send them to Enterprise
Enterprise Data Loss Prevention (E-DLP) performs inline inspection of all outbound
emails. Email DLP then inspects outbound emails and sends the emails to Enterprise
DLP for inspection and verdict rendering.
Expand Down
4 changes: 2 additions & 2 deletions products/email-dlp/api/email-dlp-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
- API
---

To prevent sensitive data exfiltration, Enterprise Data Loss Prevention Email DLP needs to perform inline inspection of all outbound emails. The service inspects outbound emails for verdict rendering.
To prevent sensitive data exfiltration, Enterprise Data Loss Prevention Email DLP performs inline inspection of all outbound emails. The email DLP service renders verdicts which can then be examined using the API.

The API enables you to programtically review Email DLP incidents and further inspect the report in order to update verdicts.

Expand All @@ -39,4 +39,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 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 Next-Generation CASB.

0 comments on commit 23e4ce8

Please sign in to comment.