From 23e4ce89c47803b47cdc97cc60edd98b341121ed Mon Sep 17 00:00:00 2001 From: joly Date: Tue, 5 Dec 2023 15:13:10 -0500 Subject: [PATCH] fixed overview grammar --- openapi-specs/email-dlp/EmailDLPAPI.yaml | 4 ++-- products/email-dlp/api/email-dlp-overview.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openapi-specs/email-dlp/EmailDLPAPI.yaml b/openapi-specs/email-dlp/EmailDLPAPI.yaml index c68d3ba0a..f08c1f588 100644 --- a/openapi-specs/email-dlp/EmailDLPAPI.yaml +++ b/openapi-specs/email-dlp/EmailDLPAPI.yaml @@ -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. diff --git a/products/email-dlp/api/email-dlp-overview.md b/products/email-dlp/api/email-dlp-overview.md index 8e1d89267..34903d50b 100644 --- a/products/email-dlp/api/email-dlp-overview.md +++ b/products/email-dlp/api/email-dlp-overview.md @@ -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. @@ -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. \ No newline at end of file +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. \ No newline at end of file