| title | membershipRuleProcessingStatus resource type |
|---|---|
| description | Represents the current status of dynamic group processing. |
| ms.localizationpriority | medium |
| author | yuhko-msft |
| ms.reviewer | mbhargav, khotzteam, aadgroupssg |
| ms.subservice | entra-groups |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
[!INCLUDE beta-disclaimer]
Represents the current status of dynamic group processing.
| Property | Type | Description |
|---|---|---|
| errorMessage | String | Detailed error message if dynamic group processing ran into an error. Optional. Read-only. |
| lastMembershipUpdated | edm.DateTime | Most recent date and time when membership of a dynamic group was updated. Optional. Read-only. |
| status | membershipRuleProcessingStatusDetails | Current status of a dynamic group processing. The possible values are: NotStarted, Running, Succeeded, Failed, and UnknownFutureValue. Required. Read-only. |
| Member | Description |
|---|---|
| NotStarted | Group has been created or updated, and awaiting processing. |
| Running | Processing has started. |
| Succeeded | Processing has completed. Incremental object changes are processed perpetually. |
| Failed | Processing ran into an error. See errorMessage for details. |
| UnknownFutureValue | Supports future values. |
The following JSON representation shows the resource type.
{
"status": "string",
"lastMembershipUpdated": "DateTime",
"errorMessage": "string"
}