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
> 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.
30
30
31
31
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.
32
32
@@ -66,12 +66,12 @@ For information on other tables in the advanced hunting schema, [see the advance
66
66
|`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). |
67
67
|`SourceProviderInstanceDisplayName`|`string`| The display name of the source application or service of the account |
68
68
|`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 |
70
70
|`EnrolledMfas`|`dynamic`| Types of multifactor authentication methods configured for the account user and their status |
71
71
|`LastPasswordChangeTime`|`datetime`| Date and time the account password was last changed |
72
72
|`GroupMembership`|`dynamic`| Group identifiers assigned to the account |
73
73
|`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) |
75
75
|`TenantMembershipType`|`string`| User type; possible values: Guest, Member |
76
76
|`CreatedDateTime `|`datetime`| Date and time when the user account was created |
77
77
|`DeletedDateTime`|`datetime`| Date and time when the user account was deleted |
0 commit comments