Skip to content

Commit 36bc41a

Browse files
committed
Create advanced-hunting-oauthappinfo-table.md
1 parent f2fc43e commit 36bc41a

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
---
2+
title: OAuthAppInfo table in the advanced hunting schema
3+
description: Learn about the
4+
search.appverid: met150
5+
ms.service: defender-xdr
6+
ms.subservice: adv-hunting
7+
f1.keywords:
8+
- NOCSH
9+
ms.author: maccruz
10+
author: schmmurky
11+
ms.localizationpriority: medium
12+
manager: dansimp
13+
audience: ITPro
14+
ms.collection:
15+
- m365-security
16+
- tier3
17+
ms.custom:
18+
- cx-ti
19+
- cx-ah
20+
ms.topic: reference
21+
ms.date: 03/12/2025
22+
---
23+
24+
# OAuthAppInfo
25+
26+
[!INCLUDE [Microsoft Defender XDR rebranding](../includes/microsoft-defender.md)]
27+
28+
29+
30+
31+
> [!IMPORTANT]
32+
> Some information relates to prereleased product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
33+
34+
The `DeviceBaselineComplianceAssessment` table in the advanced hunting schema contains baseline compliance assessment snapshot, which indicates the status of various security configurations related to baseline profiles on devices.
35+
36+
For information on other tables in the advanced hunting schema, see [the advanced hunting reference](advanced-hunting-schema-tables.md).
37+
38+
| Column name | Data type | Description |
39+
|-------------|-----------|-------------|
40+
| `ReportId` | `string` | Unique identifier for the record|
41+
| `Timestamp` | `string` | Date and time when the record was created|
42+
| `OAuthAppId` | `string` | The unique identifier for the app as assigned by Microsoft Entra ID|
43+
| `ServicePrincipalId` | `string` | The unique identifier for the service principal instance of the application in the tenant|
44+
| `AppName` | `string` | The application's display name as exposed by the associated service principal|
45+
| `AddedOnTime` | `datetime` | Date and time when the application was registered|
46+
| `LastModifiedTime` | `datetime` | Timestamp when the app was last modified|
47+
| `AppStatus` | `string` | Status of the app; can be: Enabled, DisabledByMicrosoft, DisabledByAppGovernancePolicy, DisabledByUser, Deleted (information for apps with Deleted status is only available for 30 days since the app was deleted)|
48+
| `VerifiedPublisher` | `dynamic` | Specifies details about the verified publisher of the application which this service principal represents. It includes information such as: DisplayName, VerifiedPublisherId, AddedDateTime|
49+
| `PrivilegeLevel` | `string` | The privilege level of the app based on the highest classified permission granted to the app|
50+
| `Permissions` | `dynamic` | Contains an array of permission objects; each permission object includes PermissionName, TargetAppId, TargetAppDisplayName, PermissionType, PrivilegeLevel, UsageStatus|
51+
| `ConsentedUsersCount` | `integer` | Count of users who have consented to the app; this information is only available when the app is not admin consented|
52+
| `IsAdminConsented` | `boolean` | Value is True if a user has provided admin consent to the app on behalf of all the users in the org, otherwise the value is False|
53+
| `AppOrigin` | `string` | Specifies whether was the app is internal to the organization or registered in an external tenant|
54+
| `LastUsedTime` | `datetime` | Date and time when the app was last used|
55+
| `AppOwnerTenantId` | `string` |Specifies the ID of the tenant where the app was registeredrd|
56+
57+
58+
59+
60+
## Related topics
61+
62+
- [Proactively hunt for threats](advanced-hunting-overview.md)
63+
- [Learn the query language](advanced-hunting-query-language.md)
64+
- [Understand the schema](advanced-hunting-schema-tables.md)
65+
- [Apply query best practices](advanced-hunting-best-practices.md)
66+
67+
68+
[!INCLUDE [Microsoft Defender XDR rebranding](../includes/defender-m3d-techcommunity.md)]

0 commit comments

Comments
 (0)