Skip to content

Commit b7c396e

Browse files
Merge pull request #236561 from oshezaf/asim/new-user-types
asim/new-user-types
2 parents 7d91799 + 245e3c6 commit b7c396e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/sentinel/normalization-about-schemas.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Schema references outline the fields that comprise each schema. ASIM currently d
1919
| ------ | ------- | ------ |
2020
| [Audit Event](normalization-schema-audit.md) | 0.1 | Preview |
2121
| [Authentication Event](normalization-schema-authentication.md) | 0.1.3 | Preview |
22-
| [DNS Activity](normalization-schema-dns.md) | 0.1.6 | Preview |
22+
| [DNS Activity](normalization-schema-dns.md) | 0.1.7 | Preview |
2323
| [DHCP Activity](normalization-schema-dhcp.md) | 0.1 | Preview |
24-
| [File Activity](normalization-schema-file-event.md) | 0.2 | Preview |
25-
| [Network Session](normalization-schema.md) | 0.2.5 | Preview |
24+
| [File Activity](normalization-schema-file-event.md) | 0.2.1 | Preview |
25+
| [Network Session](normalization-schema.md) | 0.2.6 | Preview |
2626
| [Process Event](normalization-schema-process-event.md) | 0.1.4 | Preview |
2727
| [Registry Event](normalization-schema-registry-event.md) | 0.1.2 | Preview |
2828
| [User Management](normalization-schema-user-management.md) | 0.1 | Preview |
@@ -143,7 +143,7 @@ The allowed values for a username type are:
143143

144144
| Field | Class | Type | Description |
145145
|-------|-------|------|-------------|
146-
| <a name="usertype"></a>**UserType** | Optional | UserType | The type of source user. Supported values include: `Regular`, `Machine`, `Admin`, `System`, `Application`, `Service Principal`, and `Other`. The value might be provided in the source record by using different terms, which should be normalized to these values. Store the original value in the [OriginalUserType](#originalusertype) field. |
146+
| <a name="usertype"></a>**UserType** | Optional | UserType | The type of source user. Supported values include:<br> - `Regular`<br> - `Machine`<br> - `Admin`<br> - `System`<br> - `Application`<br> - `Service Principal`<br> - `Service`<br> - `Anonymous`<br> - `Other`.<br><br> The value might be provided in the source record by using different terms, which should be normalized to these values. Store the original value in the [OriginalUserType](#originalusertype) field. |
147147
| <a name="originalusertype"></a>**OriginalUserType** | Optional | String | The original destination user type, if provided by the reporting device. |
148148

149149

0 commit comments

Comments
 (0)