Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 3.01 KB

File metadata and controls

55 lines (43 loc) · 3.01 KB
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

membershipRuleProcessingStatus resource type

[!INCLUDE beta-disclaimer]

Represents the current status of dynamic group processing.

Properties

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.

membershipRuleProcessingStatusDetails values

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.

JSON representation

The following JSON representation shows the resource type.

{
  "status": "string",
  "lastMembershipUpdated": "DateTime",
  "errorMessage": "string"
}