Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
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"}
}