Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.12 KB

File metadata and controls

42 lines (31 loc) · 1.12 KB
title plannerFormsRequirement resource type
description Represents the criteria of form requirements that must be met to complete a Planner task.
author cpanga22
ms.localizationpriority medium
ms.subservice planner
doc_type resourcePageType
ms.date 06/10/2024

plannerFormsRequirement resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a form completion requirement on a plannerTask.

Properties

Property Type Description
requiredForms String collection Read-only. A collection of keys from the plannerFormsDictionary that identify the plannerFormReference objects that specify the requirements to complete the plannerTask.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.plannerFormsRequirement",
  "requiredForms": ["String"]
}