Skip to content

Commit 3b81ad1

Browse files
committed
Fixed mistake
1 parent 4ca9757 commit 3b81ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sentinel/ueba-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ While the initial synchronization may take a few days, once the data is fully sy
242242

243243
- When a user is deleted, that user's record is not immediately deleted from the *IdentityInfo* table. The reason for this is that one of this table's purposes is to audit changes to user records. Therefore, we want this table to have a record of a user being deleted, which can only happen if the user record in the *IdentityInfo* table still exists, even though the actual user (say, in Entra ID) is deleted.
244244

245-
Deleted users can be identified by the presence of a value in the `deletedDateTime` field. So if you need a query to show you a list of users, you can filter out deleted users by adding `| where IsNotEmpty(deletedDateTime)` to the query.
245+
Deleted users can be identified by the presence of a value in the `deletedDateTime` field. So if you need a query to show you a list of users, you can filter out deleted users by adding `| where IsEmpty(deletedDateTime)` to the query.
246246

247247
At a certain interval of time after a user was deleted, the user's record is eventually removed from the *IdentityInfo* table as well.
248248

0 commit comments

Comments
 (0)