| title | patternedRecurrence resource type |
|---|---|
| description | The recurrence pattern and range. |
| ms.localizationpriority | medium |
| doc_type | resourcePageType |
| ms.subservice | entra-id-governance |
| author | iamgirishck |
| ms.date | 07/23/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The recurrence pattern and range. This shared object is used to define the recurrence of access reviews, calendar events, and access package assignments in Microsoft Entra ID.
| Property | Type | Description |
|---|---|---|
| pattern | recurrencePattern | The frequency of an event. Do not specify for a one-time access review. For access reviews:
|
| 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"}
}