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 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"
}