Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
In accessReviewScheduleSettings and accessReviewHistoryScheduleSettings, the recurrence property uses patternedRecurrence to define the recurrence pattern and range. This shared object is also used to define the recurrence of calendar events and access package assignments in Microsoft Entra ID.
Properties
| 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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"pattern": {"@odata.type": "microsoft.graph.recurrencePattern"},
"range": {"@odata.type": "microsoft.graph.recurrenceRange"}
}