plannerApprovalRequirement resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents whether a plannerTask must have an approval completion requirement created for it.
Properties
Property | Type | Description |
---|---|---|
isApprovalRequired | Boolean | Specifies whether approval is required to complete the plannerTask. When this property is set to true, the task can only be marked 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"
}