Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.36 KB

File metadata and controls

40 lines (32 loc) · 1.36 KB
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

plannerApprovalRequirement resource type

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.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.plannerApprovalRequirement",
  "isApprovalRequired": "Boolean"
}