| title | plannerApprovalRequirement resource type |
|---|---|
| description | Represents whether a plannerTask must have an approval completion requirement created for it. |
| author | ShravanthiReddy |
| ms.localizationpriority | medium |
| ms.subservice | planner |
| doc_type | resourcePageType |
| ms.date | 04/16/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents whether a plannerTask must have an approval completion requirement created for it. Setting this property directly is not recommended, as approval requirements can only be added via the task publishing feature. Use this field to query published tasks for approval requirements.
| Property | Type | Description |
|---|---|---|
| isApprovalRequired | Boolean | Specifies whether approval is required to complete the plannerTask. If set to true, the task can only be marked as complete if an approval is created for the task and approved. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.plannerApprovalRequirement",
"isApprovalRequired": "Boolean"
}