Skip to content

Commit b94e8fa

Browse files
committed
copyedits
1 parent 3e29c41 commit b94e8fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ms.date: 09/01/2025
2626
[!INCLUDE [Microsoft Defender XDR rebranding](../includes/microsoft-defender.md)]
2727

2828
> [!IMPORTANT]
29-
> 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.
29+
> 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.
3030
3131
The `IdentityAccountInfo` table in the [advanced hunting](advanced-hunting-overview.md) schema contains information about account information from various sources, including Microsoft Entra ID. This table also includes information and link to the identity that owns the account. Use this reference to construct queries that return information from this table.
3232

@@ -66,12 +66,12 @@ For information on other tables in the advanced hunting schema, [see the advance
6666
| `SourceProviderInstanceId` | `string` | The identifier of the source application or service of the account. For example, in Microsoft Entra ID, this is the organization Globally Unique Identifier (GUID). |
6767
| `SourceProviderInstanceDisplayName` | `string` | The display name of the source application or service of the account |
6868
| `AuthenticationMethod` | `string` | Authentication method used to allow the account user to sign into the account; possible values: Credentials, Federated, Hybrid |
69-
| `AuthenticationSourceAcccountId` | `string` | The identifer of the federating account, if the authentication method is Federated |
69+
| `AuthenticationSourceAcccountId` | `string` | The identifier of the federating account, if the authentication method is Federated |
7070
| `EnrolledMfas` | `dynamic` | Types of multifactor authentication methods configured for the account user and their status |
7171
| `LastPasswordChangeTime` | `datetime` | Date and time the account password was last changed |
7272
| `GroupMembership` | `dynamic` | Group identifiers assigned to the account |
7373
| `AssignedRoles` | `dynamic` | Role identifiers assigned to the account |
74-
| `EligibleRoles` | `dynamic` | Identifers for roles the account are eligible to use (for example, Microsoft Entra Privileged Identity Management roles) |
74+
| `EligibleRoles` | `dynamic` | Identifiers for roles the account are eligible to use (for example, Microsoft Entra Privileged Identity Management roles) |
7575
| `TenantMembershipType` | `string` | User type; possible values: Guest, Member |
7676
| `CreatedDateTime ` | `datetime` | Date and time when the user account was created |
7777
| `DeletedDateTime` | `datetime` | Date and time when the user account was deleted |

0 commit comments

Comments
 (0)