| title | patternedRecurrence resource type |
|---|---|
| description | The recurrence pattern and range. |
| ms.localizationpriority | medium |
| author | iamgirishck |
| ms.subservice | entra-id-governance |
| doc_type | resourcePageType |
| ms.date | 08/08/2024 |
Namespace: microsoft.graph
The recurrence pattern and range. This shared object is used to define the recurrence of the following objects:
- accessReviewScheduleDefinition objects in Microsoft Entra access reviews APIs
- event objects in the calendar API
- unifiedRoleAssignmentScheduleRequest and unifiedRoleEligibilityScheduleRequest objects in PIM
- accessPackageAssignment objects in Microsoft Entra entitlement management.
| Property | Type | Description |
|---|---|---|
| pattern | recurrencePattern | The frequency of an event. For access reviews: weekly, absoluteMonthly) properties of recurrencePattern are supported. |
| range | recurrenceRange | The duration of an event. |
None.
The following JSON representation shows the resource type.
{
"pattern": {"@odata.type": "microsoft.graph.recurrencePattern"},
"range": {"@odata.type": "microsoft.graph.recurrenceRange"}
}