| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a form completion requirement on a plannerTask.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.plannerFormsRequirement",
"requiredForms": ["String"]
}