Skip to content

Commit 7c1d00c

Browse files
committed
Merge branch 'vulnerabilities-page-fix' of https://github.com/limwainstein/defender-docs-pr into vulnerabilities-page-fix
2 parents ab57270 + 4fb27d4 commit 7c1d00c

File tree

8 files changed

+15
-4
lines changed

8 files changed

+15
-4
lines changed

defender-for-identity/identity-inventory.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ There are several options you can choose from to customize the identities list v
4646
> [!NOTE]
4747
> When exporting the identities list to a CSV file, a maximum of 5,000 identities are displayed.
4848
49-
## ![A screenshot of identity inventory page.](media/identity-inventory/inventory11.png)
49+
:::image type="content" source="media/identity-inventory/inventory-page.png" alt-text="Screenshot of the identity inventory page in the Microsoft Defender portal.":::
50+
5051

5152
### Identity details
5253

defender-for-identity/link-unlink-account-to-identity.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Follow these steps to manually link accounts to a selected identity.
5959
1. Navigate to **Assets** > **Identity Inventory**.
6060
1. Select an **Identity** from the list.
6161

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":::
6363

6464
1. Select the **Observed in organization** tab.
6565
1. Open the **Accounts** tab.
@@ -73,22 +73,31 @@ Follow these steps to manually link accounts to a selected identity.
7373
- Security identifier (SID)
7474
- Source provider account
7575
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+
7679
1. Select **Next**.
7780
1. Enter a short justification comment explaining why you're linking these accounts.
7881
1. Your justification must:
7982
- Be between 1 and 50 characters
8083
- Use only letters, numbers, spaces, @, and _
8184
- 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+
8288
1. Select **Next**.
8389
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+
8493
1. Confirm that the accounts listed are correct.
8594
1. The account list refreshes automatically.
8695

8796
## Unlink accounts from an identity
8897

8998
Follow these steps to manually unlink accounts from a selected identity.
9099

91-
1. Go to **Identity Inventory > Observed in organization**
100+
1. Go to **Identity Inventory > Observed in organization**.
92101
1. Open the **Accounts** tab.
93102
1. Select one account set from the table.
94103
1. Select **Unlink account**.

defender-for-identity/media/identity-inventory/inventory11.png renamed to defender-for-identity/media/identity-inventory/inventory-page.png

File renamed without changes.
-15.5 KB
Loading
93.4 KB
Loading
99.7 KB
Loading
176 KB
Loading

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)