Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.58 KB

plannerbaseapprovalattachment.md

File metadata and controls

51 lines (40 loc) · 1.58 KB
title description author ms.localizationpriority ms.subservice doc_type
plannerBaseApprovalAttachment resource type
Represents the base approval attachment that is added to a plannerTask, which contains the common properties that are required for an approval.
ShravanthiReddy
medium
planner
resourcePageType

plannerBaseApprovalAttachment resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the base approval attachment, which contains the common properties that are required for an approval, that is added to a plannerTask. The derived types, such as plannerBasicApprovalAttachment, have details corresponding to the type of approval.

This type is abstract.

Properties

Property Type Description
status plannerApprovalStatus Status of the approval. The possible values are: requested, approved, rejected, cancelled, unknownFutureValue. Read-only.

plannerApprovalStatus values

Member
requested
approved
rejected
cancelled
unknownFutureValue

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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