Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.03 KB

File metadata and controls

42 lines (31 loc) · 1.03 KB
title plannerChecklistRequirement resource type
description Represents a checklist completion requirement on a plannerTask.
author prasad5596
ms.localizationpriority medium
ms.subservice planner
doc_type resourcePageType
ms.date 07/22/2024

plannerChecklistRequirement resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a checklist completion requirement on a plannerTask.

Properties

Property Type Description
requiredChecklistItemIds String collection A collection of required plannerChecklistItems identifiers to complete the plannerTask.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.plannerChecklistRequirement",
  "requiredChecklistItemIds": ["String"]
}