Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Important
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.
The GraphApiAuditEvents
table in the advanced hunting schema contains information about Microsoft Entra ID API requests made to Microsoft Graph API for resources in the tenant. Use this reference to construct queries that return information from this table.
For information on other tables in the advanced hunting schema, see the advanced hunting reference.
Column name | Data type | Description |
---|---|---|
IdentityProvider |
string |
Identity provider that authenticated the subject of the token |
ApiVersion |
string |
The API version of the event |
ApplicationId |
string |
Unique identifier for the application |
IPAddress |
string |
The IP address of the client from where the request was made |
ClientRequestId |
string |
Identifier for the client request sent; if none is available, the operation identifier is used instead |
EntityType |
string |
Type of object, such as a file, a process, a device, or a user, that made the request |
RequestUri |
string |
Uniform resource identifier (URI) of the request |
AccountObjectId |
string |
Unique identifier for the account making the request |
OperationId |
string |
Identifier for a batch of requests; the same identifier is used for all requests in a batch but if requests are non-batched, the identifier is unique per request |
Location |
string |
Name of the region that served the request |
RequestDuration |
string |
Duration of the request in milliseconds |
RequestId |
string |
Unique identifier of the request |
RequestMethod |
string |
HTTP method of the request |
Timestamp |
string |
Date and time when the request was recorded |
ResponseStatusCode |
string |
HTTP response status code for the request |
Scopes |
string |
Scopes in token claims |
UniqueTokenIdentifier |
string |
Unique identifier embedded in every access token and ID token that were issued |
Related articles
- Advanced hunting overview
- Learn the query language
- Use shared queries
- Understand the schema
- Apply query best practices
Tip
Do you want to learn more? Engage with the Microsoft Security community in our Tech Community: Microsoft Defender XDR Tech Community.