patternedRecurrence resource type
Namespace: microsoft.graph
The recurrence pattern and range. This shared object is used to define the recurrence of the following objects:
- accessReviewScheduleDefinition objects in Azure AD access reviews APIs
- event objects in the calendar API
- unifiedRoleAssignmentScheduleRequest and unifiedRoleEligibilityScheduleRequest objects in PIM
- accessPackageAssignment objects in Azure AD 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. |
JSON representation
Here is a JSON representation of the resource
{
"pattern": {"@odata.type": "microsoft.graph.recurrencePattern"},
"range": {"@odata.type": "microsoft.graph.recurrenceRange"}
}
Feedback
Submit and view feedback for