|
1 | 1 | ---
|
2 | 2 | title: Microsoft Entra events
|
3 |
| -description: This article describes Microsoft Entra event types and provides event samples. |
4 |
| -ms.topic: conceptual |
5 |
| -ms.date: 09/19/2023 |
| 3 | +description: This article describes Microsoft Entra event types that are supported through Azure Event Grid, and also provides event samples. |
| 4 | +ms.topic: concept-article |
| 5 | +ms.date: 01/21/2025 |
| 6 | +# Customer intent: I want to know what Microsoft Entra events are supported by Azure Event Grid. |
6 | 7 | ---
|
7 | 8 |
|
8 | 9 | # Microsoft Entra events
|
9 | 10 |
|
10 |
| -This article provides the properties and schema for Microsoft Entra events, which are published by Microsoft Graph API. For an introduction to event schemas, see [CloudEvents schema](cloud-event-schema.md). |
| 11 | +This article provides the properties and schema for Microsoft Entra events that Microsoft Graph API publishes. For an introduction to event schemas, see [CloudEvents schema](cloud-event-schema.md). |
11 | 12 |
|
12 | 13 | ## Available event types
|
13 | 14 | These events are triggered when a [User](/graph/api/resources/user) or [Group](/graph/api/resources/group) is created, updated, or deleted in Microsoft Entra ID or by operating over those resources using Microsoft Graph API.
|
@@ -178,15 +179,13 @@ The data object has the following properties:
|
178 | 179 | | `organizationId` | string | The Microsoft Entra tenant identifier. |
|
179 | 180 | | `eventTime` | string | The time when the resource state changed. |
|
180 | 181 | | `sequenceNumber` | string | A sequence number. |
|
181 |
| -| `subscriptionExpirationDateTime` | string | The time in [RFC 3339](https://tools.ietf.org/html/rfc3339) format at which the Graph API subscription expires. | |
| 182 | +| `subscriptionExpirationDateTime` | string | The time in [Request for Comments (RFC) 3339](https://tools.ietf.org/html/rfc3339) format at which the Graph API subscription expires. | |
182 | 183 | | `subscriptionId` | string | The Graph API subscription identifier. |
|
183 | 184 | | `tenantId` | string | The Microsoft Entra tenant identifier. |
|
184 | 185 |
|
185 | 186 |
|
186 |
| -## Next steps |
| 187 | +## Related content |
187 | 188 |
|
188 | 189 | * For an introduction to Azure Event Grid's Partner Events, see [Partner Events overview](partner-events-overview.md)
|
189 | 190 | * For information on how to subscribe to Microsoft Graph API to receive Microsoft Entra events, see [subscribe to Azure Graph API events](subscribe-to-graph-api-events.md).
|
190 |
| -* For information about Azure Event Grid event handlers, see [event handlers](event-handlers.md). |
191 | 191 | * For more information about creating an Azure Event Grid subscription, see [create event subscription](subscribe-through-portal.md#create-event-subscriptions) and [Event Grid subscription schema](subscription-creation-schema.md).
|
192 |
| -* For information about how to configure an event subscription to select specific events to be delivered, see [event filtering](event-filtering.md). |
0 commit comments