Skip to content

Commit 799fa1c

Browse files
Apply suggestions from code review
Committing Pedro suggestions Co-authored-by: Pedro Sousa <[email protected]>
1 parent 107cd7d commit 799fa1c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/content/docs/email-security/deployment/api/setup/gsuite-bcc-setup/add-retraction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88
import { Render } from "~/components"
99

1010
1. On the [Email Security (formerly Area 1) dashboard](https://horizon.area1security.com/), select **Domains** under **DOMAINS & ROUTING**, then select **NEW DOMAIN**. Fill in the information to add a new domain:
11-
- On **FORWARDING TO**: Enter **Google.com**.
11+
- On **FORWARDING TO**: Enter `Google.com`.
1212
- Adjust **Hops** to 2.
1313
- On **Outbound TLS**: Ensure you select **Forward all messages over TLS**.
1414
2. Select **Publish Domain**.

src/content/docs/email-security/deployment/api/setup/gsuite-bcc-setup/bcc-rules-to-area1.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Add BCC rules to Area 1
2+
title: Add BCC rules
33
pcx_content_type: how-to
44
sidebar:
55
order: 3
@@ -11,7 +11,7 @@ import { Render } from "~/components"
1111
2. Go to **Content Compliance** > Select **Edit**.
1212
3. Add a **Content Compliance** filter, and name it `Email Security (Area 1) - BCC`.
1313
4. In **Email messages to affect**, select **Inbound**.
14-
5. Select the recipients you want to send emails to Area 1 via BCC:
14+
5. Select the recipients you want to send emails to Email Security (formerly Area 1) via BCC:
1515
1. Select **Add** to configure the expression.
1616
2. Select **Advanced content match**.
1717
3. In **Location**, select **Headers + Body**.

src/content/docs/email-security/deployment/api/setup/gsuite-bcc-setup/create-project-gcp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ import { Render } from "~/components"
1212
2. Provide the details for the new project, and select **CREATE** to start your new project.
1313
3. Once the new project has been created, the Google Cloud Platform console will automatically redirect you to the Project console. If not, you can use the Project selector to change to the project you created.
1414
4. In **Getting Started**, select **Explore and enable APIs** > Select **ENABLE APIs & SERVICES**.
15-
5. On search bar, search for "Admin SDK API". Select **Admin SDK API**, then select **ENABLE**.
15+
5. On search bar, search for `Admin SDK API`. Select **Admin SDK API**, then select **ENABLE**.
1616
6. Go back to the sidebar, select **Library**, and search for Gmail API. Select **Gmail API**, then select **ENABLE**.

src/content/docs/email-security/deployment/api/setup/gsuite-bcc-setup/create-service-account.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ import { Render } from "~/components"
1111
1. On the [Google Cloud Console](https://console.cloud.google.com/welcome/new), select **Credentials**.
1212
2. Select **CREATE CREDENTIALS** > **Service account**.
1313
3. Fill in the details to create a service account:
14-
- **Service account name**: Enter **Message Retraction Service Account**.
15-
- **Service account ID**: Enter **message-retraction-service-acc**.
16-
- **Service account description**: Enter **Email Security Message Retraction**.
14+
- **Service account name**: Enter `Message Retraction Service Account`.
15+
- **Service account ID**: Enter `message-retraction-service-acc`.
16+
- **Service account description**: Enter `Email Security Message Retraction`.
1717
- Select **CREATE AND CONTINUE**.
1818
4. In **Grant this service account access to project**, select **Select a role** > Choose **Owner**. Select **CONTINUE**, then **DONE**.
1919
5. Go back to **Credentials**, and select your service account under **Service Accounts**. In **Details**, take note of the **Unique ID**.
2020
6. Select **Advanced settings** > **VIEW GOOGLE WORKSPACE ADMIN CONSOLE**, then enter your password.
2121
7. On the sidebar, select **Security** > **Access and data control** > **API controls** > Select **MANAGE DOMAIN WIDE DELEGATION**.
2222
8. Select **Add new** > Add a new client ID:
2323
- **Client ID**: Enter the **Unique ID** you took note of.
24-
- **OAuth scopes**: Enter the following URL:
24+
- **OAuth scopes**: Enter the following URLs:
2525

2626
```txt
2727
https://www.googleapis.com/auth/admin.directory.user.readonly, https://www.googleapis.com/auth/admin.directory.group.readonly, https://www.googleapis.com/auth/admin.directory.user.alias.readonly, https://www.googleapis.com/auth/gmail.labels, https://mail.google.com/

0 commit comments

Comments
 (0)