Skip to content

Commit fb56e96

Browse files
authored
Merge pull request #5822 from anandd512/docs-editor/advanced-hunting-oauthappinfo-1764742682
Add LastUsedTime column in OAuthAppInfo
2 parents 0e83c63 + 7a0a2f1 commit fb56e96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

defender-xdr/advanced-hunting-oauthappinfo-table.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ For information on other tables in the advanced hunting schema, see [the advance
4848
| Column name | Data type | Description |
4949
|-------------|-----------|-------------|
5050
| `ReportId` | `string` | Unique identifier for the record|
51-
| `Timestamp` | `string` | Date and time when the record was created|
51+
| `Timestamp` | `datetime` | Date and time when the record was created|
5252
| `OAuthAppId` | `string` | The unique identifier for the app as assigned by Microsoft Entra ID|
5353
| `ServicePrincipalId` | `string` | The unique identifier for the service principal instance of the application in the tenant|
5454
| `AppName` | `string` | The application's display name as exposed by the associated service principal|
@@ -61,6 +61,7 @@ For information on other tables in the advanced hunting schema, see [the advance
6161
| `ConsentedUsersCount` | `integer` | Count of users who have consented to the app; this information is only available when the app isn't admin consented|
6262
| `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|
6363
| `AppOrigin` | `string` | Specifies whether the app is internal to the organization or registered in an external tenant|
64+
| `LastUsedTime` | `datetime` | Date and time when the app last signed in. Tracking of this data goes back to June, 2022|
6465
| `AppOwnerTenantId` | `string` |Specifies the ID of the tenant where the app was registered|
6566

6667

0 commit comments

Comments
 (0)