Skip to content

Commit b38aedd

Browse files
authored
Merge pull request #250759 from MicrosoftDocs/main
9/8/2023 AM Publish
2 parents 29aa805 + 43e3ee3 commit b38aedd

File tree

41 files changed

+909
-255
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+909
-255
lines changed

articles/active-directory/app-provisioning/use-scim-to-provision-users-and-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: app-provisioning
99
ms.workload: identity
1010
ms.topic: tutorial
11-
ms.date: 03/17/2023
11+
ms.date: 09/08/2023
1212
ms.author: kenwith
1313
ms.reviewer: arvinh
1414
---
@@ -888,7 +888,7 @@ organization.",
888888

889889
**TLS Protocol Versions**
890890

891-
The only acceptable protocol versions are TLS 1.2 and TLS 1.3. No other SSL/TLS versions are permitted.
891+
The only acceptable protocol version is TLS 1.2. No other SSL/TLS version is permitted.
892892

893893
- RSA keys must be at least 2,048 bits.
894894
- ECC keys must be at least 256 bits, generated using an approved elliptic curve

articles/active-directory/cloud-infrastructure-entitlement-management/product-statistical-anomalies.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create and view statistical anomalies and anomaly triggers in Permissions Management
3-
description: How to create and view statistical anomalies and anomaly triggers in the Statistical Anomaly tab in Permissions Management.
2+
title: Create and view statistical anomaly alerts and alert triggers in Permissions Management
3+
description: How to create and view statistical anomaly alerts and alert triggers in the Statistical Anomaly tab in Permissions Management.
44
services: active-directory
55
author: jenniferf-skc
66
manager: amycolannino
@@ -12,13 +12,23 @@ ms.date: 02/23/2022
1212
ms.author: jfields
1313
---
1414

15-
# Create and view statistical anomalies and anomaly triggers
15+
# Create and view statistical anomaly alerts and alert triggers
1616

17-
Statistical anomalies can detect outliers in an identity's behavior if recent activity is determined to be unusual based on models defined in an activity trigger. The goal of this anomaly trigger is a high recall rate.
17+
Statistical anomalies can detect outliers in an identity's behavior if the recent activity is determined to be unusual based on models defined in an activity trigger. The goal of this alert trigger is a high recall rate.
18+
19+
You can configure statistical anomaly alert triggers for the following scenarios:
20+
- **Identity Performed High Number of Tasks**: The identity performs higher than their usual volume of tasks. For example, an identity typically performs 25 tasks per day, and now it is performing 100 tasks per day.
21+
- **Identity Performed Low Number of Tasks**: The identity performs lower than their usual volume of tasks. For example, an identity typically performs 100 tasks per day, and now it is performing 25 tasks per day.
22+
- **Identity Performed Tasks with Unusual Results**: The identity performing an action gets a different result than usual, such as most tasks end in a successful result and are now ending in a failed result or vice versa.
23+
- **Identity Performed Tasks with Unusual Timing**: The identity does tasks at unusual times as established by their baseline in the observance period. Times are grouped by the following UTC 4-hour windows.
24+
- **Identity Performed Tasks with Unusual Types**: The identity performs unusual types of tasks as established by their baseline in the observance period. For example, an identity performs read, write, or delete tasks they wouldn't ordinarily perform.
25+
- **Identity Performed Tasks with Multiple Unusual Patterns**: The identity has several unusual patterns in the tasks performed by the identity as established by their baseline in the observance period.
26+
27+
Alert triggers are based on data collected. All alerts, if triggered, are shown every hour under the Alerts subtab.
1828

1929
## View statistical anomalies in an identity's behavior
2030

21-
1. In the Permissions Management home page, select **Activity triggers** (the bell icon).
31+
1. In the Permissions Management home page, select **Alerts** (the bell icon).
2232
1. Select **Statistical Anomaly**, and then select the **Alerts** subtab.
2333

2434
The **Alerts** subtab displays the following information:
@@ -39,9 +49,9 @@ Statistical anomalies can detect outliers in an identity's behavior if recent ac
3949
- **View Trigger**: Displays the current trigger settings and applicable authorization system details
4050
- **View Trigger**: Displays the current trigger settings and applicable authorization system details
4151

42-
## Create a statistical anomaly trigger
52+
## Create a statistical anomaly alert trigger
4353

44-
1. In the Permissions Management home page, select **Activity triggers** (the bell icon).
54+
1. In the Permissions Management home page, select **Alerts** (the bell icon).
4555
1. Select **Statistical Anomaly**, select the **Alerts** subtab, and then select **Create Alert Trigger**.
4656
1. Enter a name for the alert in the **Alert Name** box.
4757
1. Select the **Authorization System**, Amazon Web Services (**AWS**), Microsoft **Azure**, or Google Cloud Platform (**GCP**).
@@ -72,9 +82,9 @@ Statistical anomalies can detect outliers in an identity's behavior if recent ac
7282

7383
1. Select **Save**.
7484

75-
## View statistical anomaly triggers
85+
## View statistical anomaly alert triggers
7686

77-
1. In the Permissions Management home page, select **Activity triggers** (the bell icon).
87+
1. In the Permissions Management home page, select **Alerts** (the bell icon).
7888
1. Select **Statistical Anomaly**, and then select the **Alert Triggers** subtab.
7989

8090
The **Alert Triggers** subtab displays the following information:
@@ -115,7 +125,7 @@ Statistical anomalies can detect outliers in an identity's behavior if recent ac
115125

116126
## Next steps
117127

118-
- For an overview on activity triggers, see [View information about activity triggers](ui-triggers.md).
128+
- For an overview on alerts and alert triggers, see [View information about alerts and alert triggers](ui-triggers.md).
119129
- For information on activity alerts and alert triggers, see [Create and view activity alerts and alert triggers](how-to-create-alert-trigger.md).
120-
- For information on rule-based anomalies and anomaly triggers, see [Create and view rule-based anomalies and anomaly triggers](product-rule-based-anomalies.md).
121-
- For information on permission analytics triggers, see [Create and view permission analytics triggers](product-permission-analytics.md).
130+
- For information on rule-based anomaly alerts and alert triggers, see [Create and view rule-based anomaly alerts and alert triggers](product-rule-based-anomalies.md).
131+
- For information on permission analytics alerts and alert triggers, see [Create and view permission analytics alerts and alert triggers](product-permission-analytics.md).

0 commit comments

Comments
 (0)