Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.77 KB

File metadata and controls

60 lines (46 loc) · 1.77 KB
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

patternedRecurrence resource type

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.

Properties

Property Type Description
pattern recurrencePattern The frequency of an event. Do not specify for a one-time access review.

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"}
}