Skip to content

Latest commit

 

History

History
54 lines (43 loc) · 1.78 KB

File metadata and controls

54 lines (43 loc) · 1.78 KB
title plannerBasicApprovalAttachment resource type
description Represents the approval attachment that is added to a plannerTask.
author ShravanthiReddy
ms.localizationpriority medium
ms.subservice planner
doc_type resourcePageType
ms.date 04/16/2024

plannerBasicApprovalAttachment resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the approval attachment, of type basic, that is created by the approval extensibility service and is added to a plannerTask.

Inherits from plannerBaseApprovalAttachment.

Properties

Property Type Description
approvalId String Read-only. The identifier of the approval in the approval service.
status plannerApprovalStatus The status of the approval. Inherited from plannerBaseApprovalAttachment. The possible values are: requested, approved, rejected, cancelled, unknownFutureValue. Read-only.

plannerApprovalStatus values

Member Description
requested Default. Approval is requested.
approved The plannerTask is approved.
rejected The plannerTask is rejected.
cancelled The requestor canceled the approval.
unknownFutureValue Evolvable enumeration sentinel value. Don't use.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.plannerBasicApprovalAttachment",
  "status": "String",
  "approvalId": "String"
}