You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defender-xdr/advanced-hunting-cloudappevents-table.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ For information on other tables in the advanced hunting schema, [see the advance
36
36
|`ActionType`|`string`| Type of activity that triggered the event |
37
37
|`Application`|`string`| Application that performed the recorded action |
38
38
|`ApplicationId`|`int`| Unique identifier for the application |
39
-
|`AppInstanceId`|`int`| Unique identifier for the instance of an application. To convert this to Microsoft Defender for Cloud Apps App-connector-ID use `CloudAppEvent|distinct ApplicationId,AppInstanceId,binary_or(binary_shift_left(AppInstanceId,20),ApplicationId|order by ApplicationId,AppInstanceId` |
39
+
|`AppInstanceId`|`int`| Unique identifier for the instance of an application. To convert this to Microsoft Defender for Cloud Apps App-connector-ID use `CloudAppEvents`|distinct ApplicationId,AppInstanceId,binary_or(binary_shift_left(AppInstanceId,20),ApplicationId|order by ApplicationId,AppInstanceId` |
40
40
|`AccountObjectId`|`string`| Unique identifier for the account in Microsoft Entra ID |
41
41
|`AccountId`|`string`| An identifier for the account as found by Microsoft Defender for Cloud Apps. Could be Microsoft Entra ID, user principal name, or other identifiers. |
42
42
|`AccountDisplayName`|`string`| Name displayed in the address book entry for the account user. This is usually a combination of the given name, middle initial, and surname of the user. |
0 commit comments