| 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 |
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.
| 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. |
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.plannerBasicApprovalAttachment",
"status": "String",
"approvalId": "String"
}