Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 1.93 KB

File metadata and controls

59 lines (46 loc) · 1.93 KB
title patternedRecurrence resource type
description The recurrence pattern and range.
ms.localizationpriority medium
author iamgirishck
ms.subservice entra-id-governance
doc_type resourcePageType
ms.date 08/08/2024

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.

    Relationships

    None.

    JSON representation

    The following JSON representation shows the resource type.

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