Skip to content

Commit 3f557ee

Browse files
authored
Added plaintext limitation to another file
1 parent 18e443c commit 3f557ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sentinel/customize-alert-details.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ Follow the procedure detailed below to use the alert details feature. These step
7272

7373
| Name | Description |
7474
| ---- | ----------- |
75-
| **AlertName** | String |
76-
| **Description** | String |
75+
| **AlertName** | String. Supports plain text only. |
76+
| **Description** | String. Supports plain text only, if Microsoft Sentinel is onboarded to Defender portal. |
7777
| **AlertSeverity** | One of the following values: <br>- **Informational**<br>- **Low**<br>- **Medium**<br>- **High** |
7878
| **Tactics** | One of the following values: <br>- **Reconnaissance**<br>- **ResourceDevelopment**<br>- **InitialAccess**<br>- **Execution**<br>- **Persistence**<br>- **PrivilegeEscalation**<br>- **DefenseEvasion**<br>- **CredentialAccess**<br>- **Discovery**<br>- **LateralMovement**<br>- **Collection**<br>- **Exfiltration**<br>- **CommandAndControl**<br>- **Impact**<br>- **PreAttack**<br>- **ImpairProcessControl**<br>- **InhibitResponseFunction** |
7979
| **Techniques** (Preview) | A string that matches the following regular expression: `^T(?<Digits>\d{4})$`. <br>For example: **T1234** |

0 commit comments

Comments
 (0)