Skip to content

Commit 6e9058d

Browse files
Maddy-Cloudflaresdnts
authored andcommitted
[Email Security] Update Directories page (cloudflare#23638)
1 parent 3358340 commit 6e9058d

File tree

5 files changed

+48
-29
lines changed

5 files changed

+48
-29
lines changed

src/content/docs/cloudflare-one/email-security/directories/index.mdx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@ Directories are folders to store user data. Email Security allows you to manage
99

1010
To add a directory:
1111

12-
1. Log in to [Zero Trust](https://one.dash.cloudflare.com/).
13-
2. Select **Email security**.
14-
3. Select **Directories**.
15-
4. Select **Add a directory** > **Manage integrations**.
16-
5. On the SaaS integrations page, select **Add integration**.
12+
1. Log in to [Zero Trust](https://one.dash.cloudflare.com/) > **Email Security**.
13+
2. Select **Directories**.
14+
3. Select **Add a directory** > **Connect an integration**.
15+
4. Select either **Google Workspace CASB + EMAIL** or **Microsoft CASB+EMAIL**.
16+
5. Refer to [Enable Gmail BCC integration](/cloudflare-one/email-security/setup/post-delivery-deployment/bcc-journaling/bcc-setup/gmail-bcc-setup/enable-gmail-integration/#enable-gmail-bcc-integration) if you choose Google Workspace. Refer to [Enable Microsoft integration](/cloudflare-one/email-security/setup/post-delivery-deployment/api/m365-api/#enable-microsoft-integration) if you choose Microsoft 365.
1717

18-
To sync a directory, select the three dots, then select **Sync now**.
18+
To sync a directory:
19+
20+
1. Locate the directory you want to sync.
21+
2. Select the three dots, then select **Sync now**.
1922

2023
:::note
2124
The **Auto sync** option is on by default. It is recommended to keep this option on at all times to ensure directories are always synchronized.

src/content/docs/cloudflare-one/email-security/directories/manage-es-directories.mdx

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,16 @@ You can manage your Email Security directory by editing and deleting added users
1111
The Email Security directory contains registered users only. A registered user is a user added to the [impersonation registry](/cloudflare-one/email-security/detection-settings/impersonation-registry/).
1212
:::
1313

14-
To modify or delete users:
14+
To modify or delete users in the Email Security directory:
1515

16-
1. Log in to [Zero Trust](https://one.dash.cloudflare.com/).
17-
2. Select **Email security**.
18-
3. Select **Directories**.
19-
4. Select **Email Security Directory**.
16+
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Email Security** > **Directories**.
17+
2. Select **Email Security Directory**.
2018

2119
## Add a user
2220

2321
To manually add a user to the Email Security directory:
2422

25-
1. Go to **Settings** > **Impersonation registry**.
23+
1. On the sidebar, go to **Settings** > **Impersonation registry** > **View**.
2624
2. Select **Add a user**:
2725
- Choose **Manual input** as the **Input method**.
2826
- Under **User info**, enter the **Display name**.
@@ -48,10 +46,11 @@ To edit a user in the Email Security directory:
4846

4947
To delete a user from the Email Security directory:
5048

51-
1. Select the **Display name** you want to delete.
52-
2. Read the pop-up message, and then select **Delete user**.
49+
1. Select the user you want to delete.
50+
2. Select the three dots > **Delete**.
51+
3. Read the pop-up message, and then select **Delete user**.
5352

5453
To delete multiple users from the registry at once:
5554

5655
1. Select the users you want to delete.
57-
2. Select the **Action** dropdown list > **Delete users**.
56+
2. Select the **Action** dropdown list > **Delete**.

src/content/docs/cloudflare-one/email-security/directories/manage-integrated-directories/index.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ title: Manage integrated directories
33
pcx_content_type: how-to
44
sidebar:
55
order: 2
6+
group:
7+
hideIndex: true
68
---
79

810
To manage an integrated directory:
911

1012
1. Log in to [Zero Trust](https://one.dash.cloudflare.com/).
11-
2. Select **Email security**.
13+
2. Select **Email Security**.
1214
3. Select **Directories**.
1315
4. Under **Directory name**, select your directory.
14-
5. From here, you can manage **Groups** or **Users** directories.
16+
5. You will be redirected to a page where you can manage [Groups](/cloudflare-one/email-security/directories/manage-integrated-directories/manage-groups-directory/) or [Users](/cloudflare-one/email-security/directories/manage-integrated-directories/manage-users-directory/) directories.

src/content/docs/cloudflare-one/email-security/directories/manage-integrated-directories/manage-groups-directory.mdx

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ sidebar:
77

88
Email Security allows you to view and manage your groups directory and their [impersonation registry](/cloudflare-one/email-security/detection-settings/impersonation-registry/). When a group is added to the registry, all members are registered by default.
99

10-
To manage your group directory, go to your directory and select **Groups**.
10+
To manage a group directory:
11+
12+
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Email Security** > **Directories**.
13+
2. Locate your directory, select the three dots > **View details**.
14+
3. Select **Groups**.
1115

1216
## Add groups to registry
1317

@@ -45,7 +49,11 @@ You can filter the list of group names by registered and unregistered.
4549

4650
A group name is registered when it is part of the [impersonation registry](/cloudflare-one/email-security/detection-settings/impersonation-registry/). A group name is unregistered when they are not part of the impersonation registry.
4751

48-
To filter the list, under the **Impersonation registry** dropdown, select one of the following:
52+
To filter the list:
53+
54+
1. Select **Show filters** > **Impersonation registry**.
55+
2. Select one of the following:
4956
- **All**: To view registered and unregistered groups.
5057
- **Registered**: To view registered groups.
51-
- **Unregistered**: To view unregistered groups.
58+
- **Unregistered**: To view unregistered groups.
59+
3. Select **Apply filters**.

src/content/docs/cloudflare-one/email-security/directories/manage-integrated-directories/manage-users-directory.mdx

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ sidebar:
77

88
Email Security allows you to view and manage the [impersonation registry](/cloudflare-one/email-security/detection-settings/impersonation-registry/) status of your users directory.
99

10-
Go to your directory and select **Users**.
10+
To manage users directory:
11+
12+
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Email Security** > **Directories**.
13+
2. Locate your directory, select the three dots > **View details**.
14+
3. Select **Users**.
1115

1216
## Add users to registry
1317

@@ -39,12 +43,11 @@ To remove multiple users from the registry at once:
3943

4044
## Edit a user
4145

42-
To edit a user in the Microsoft directory:
43-
44-
1. Under **Display name**, select the user you want to edit.
45-
2. Select **Edit**: Enter a **Secondary email**.
46-
3. Select **Save**.
46+
To edit a user:
4747

48+
1. Under **Display name**, locate the user you want to edit.
49+
2. Select the three dots > **Edit**.
50+
3. Edit the user, then select **Save**.
4851

4952
## Filter a user
5053

@@ -54,14 +57,18 @@ A user is registered when they are added to the [impersonation registry](/cloudf
5457

5558
To filter the impersonation registry:
5659

57-
Select the **Impersonation registry** dropdown, and choose one of the following:
60+
1. Select **Show filters** > **Impersonation registry**.
61+
2. Choose one of the following:
5862
- **All**: To view registered and unregistered users.
5963
- **Registered**: To view registered users.
6064
- **Unregistered**: To view unregistered users.
65+
3. Select **Apply filters**.
6166

6267
To filter users:
6368

64-
Select the **Users** dropdown, and choose one of the following:
69+
1. Select **Show filters** > **Users**.
70+
2. Choose one of the following:
6571
- **All**: To view users in groups and not in groups.
6672
- **Users in groups**: To view users in groups.
67-
- **Users not in groups**: To view users not in groups.
73+
- **Users not in groups**: To view users not in groups.
74+
3. Select **Apply filters**.

0 commit comments

Comments
 (0)