Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.89 KB

patternedrecurrence.md

File metadata and controls

54 lines (43 loc) · 1.89 KB
title description ms.localizationpriority author ms.subservice doc_type
patternedRecurrence resource type
The recurrence pattern and range.
medium
iamgirishck
entra-id-governance
resourcePageType

patternedRecurrence resource type

Namespace: microsoft.graph

The recurrence pattern and range. This shared object is used to define the recurrence of the following objects:

Properties

Property Type Description
pattern recurrencePattern The frequency of an event.

For access reviews:
  • Do not specify this property for a one-time access review.
  • Only interval, dayOfMonth, and type (weekly, absoluteMonthly) properties of recurrencePattern are supported.
  • range recurrenceRange The duration of an event.

    JSON representation

    The following JSON representation shows the resource type.

    {
      "pattern": {"@odata.type": "microsoft.graph.recurrencePattern"},
      "range": {"@odata.type": "microsoft.graph.recurrenceRange"}
    }