Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 2.98 KB

membershipruleprocessingstatus.md

File metadata and controls

54 lines (42 loc) · 2.98 KB
title description ms.localizationpriority author ms.reviewer ms.subservice doc_type
membershipRuleProcessingStatus resource type
Represents the current status of dynamic group processing.
medium
yuhko-msft
mbhargav, khotzteam, aadgroupssg
entra-groups
resourcePageType

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. 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 is a JSON representation of the resource.

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