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-for-identity/identity-inventory.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,8 @@ There are several options you can choose from to customize the identities list v
46
46
> [!NOTE]
47
47
> When exporting the identities list to a CSV file, a maximum of 5,000 identities are displayed.
48
48
49
-
## 
49
+
:::image type="content" source="media/identity-inventory/inventory-page.png" alt-text="Screenshot of the identity inventory page in the Microsoft Defender portal.":::
Copy file name to clipboardExpand all lines: defender-for-identity/link-unlink-account-to-identity.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ Follow these steps to manually link accounts to a selected identity.
59
59
1. Navigate to **Assets** > **Identity Inventory**.
60
60
1. Select an **Identity** from the list.
61
61
62
-
:::image type="content" source="media/identity-inventory/inventory11.png" alt-text="Screenshot of the Identity Inventory page in the Defender portal." lightbox="media/identity-inventory/inventory11.png":::
62
+
:::image type="content" source="media/identity-inventory/inventory-page.png" alt-text="Screenshot of the identity inventory page in the Microsoft Defender portal." lightbox="media/identity-inventory/inventory-page.png":::
63
63
64
64
1. Select the **Observed in organization** tab.
65
65
1. Open the **Accounts** tab.
@@ -73,22 +73,31 @@ Follow these steps to manually link accounts to a selected identity.
73
73
- Security identifier (SID)
74
74
- Source provider account
75
75
1. Select one account from the table.
76
+
77
+
:::image type="content" source="media/link-unlink-account-to-identity/select-accounts.png" alt-text="Screenshot that shows a list of accounts that you can link. " lightbox="media/link-unlink-account-to-identity/select-accounts.png":::
78
+
76
79
1. Select **Next**.
77
80
1. Enter a short justification comment explaining why you're linking these accounts.
78
81
1. Your justification must:
79
82
- Be between 1 and 50 characters
80
83
- Use only letters, numbers, spaces, @, and _
81
84
- If your input includes invalid characters or exceeds the limit, an error message will appear.
85
+
86
+
:::image type="content" source="media/link-unlink-account-to-identity/enter-justification.png" alt-text="Screenshot that shows where to enter the justification for why you are linking the accounts." lightbox="media/link-unlink-account-to-identity/enter-justification.png":::
87
+
82
88
1. Select **Next**.
83
89
1. Review the selected accounts and your justification.
90
+
91
+
:::image type="content" source="media/link-unlink-account-to-identity/review-and-finish.png" alt-text="Screenshot that shows the review of the selected accounts and the justification." lightbox="media/link-unlink-account-to-identity/review-and-finish.png":::
92
+
84
93
1. Confirm that the accounts listed are correct.
85
94
1. The account list refreshes automatically.
86
95
87
96
## Unlink accounts from an identity
88
97
89
98
Follow these steps to manually unlink accounts from a selected identity.
90
99
91
-
1. Go to **Identity Inventory > Observed in organization**
100
+
1. Go to **Identity Inventory > Observed in organization**.
Copy file name to clipboardExpand all lines: defender-xdr/advanced-hunting-oauthappinfo-table.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ For information on other tables in the advanced hunting schema, see [the advance
48
48
| Column name | Data type | Description |
49
49
|-------------|-----------|-------------|
50
50
|`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|
52
52
|`OAuthAppId`|`string`| The unique identifier for the app as assigned by Microsoft Entra ID|
53
53
|`ServicePrincipalId`|`string`| The unique identifier for the service principal instance of the application in the tenant|
54
54
|`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
61
61
|`ConsentedUsersCount`|`integer`| Count of users who have consented to the app; this information is only available when the app isn't admin consented|
62
62
|`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|
63
63
|`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|
64
65
|`AppOwnerTenantId`|`string`|Specifies the ID of the tenant where the app was registered|
0 commit comments