plannerTaskCompletionRequirementDetails 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 detailed information about completionRequirements for a plannerTask.

Properties

Property Type Description
approvalRequirement plannerApprovalRequirement Information about the requirements of an approval.
checklistRequirement plannerChecklistRequirement Information about the requirements for completing the checklist.
formsRequirement plannerFormsRequirement Information about the requirements for completing the forms.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.plannerTaskCompletionRequirementDetails",
  "checklistRequirement": {"@odata.type": "microsoft.graph.plannerChecklistRequirement"},
  "formsRequirement": {"@odata.type": "microsoft.graph.plannerFormsRequirement"},
  "approvalRequirement":  {"@odata.type": "microsoft.graph.plannerApprovalRequirement" }
}