| title | plannerBaseApprovalAttachment resource type |
|---|---|
| description | Represents the base approval attachment that is added to a plannerTask, which contains the common properties that are required for an approval. |
| author | ShravanthiReddy |
| ms.localizationpriority | medium |
| ms.subservice | planner |
| doc_type | resourcePageType |
| ms.date | 04/16/2024 |
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.
| Property | Type | Description |
|---|---|---|
| status | plannerApprovalStatus | Status of the approval. The possible values are: requested, approved, rejected, cancelled, unknownFutureValue. Read-only. |
| Member |
|---|
| requested |
| approved |
| rejected |
| cancelled |
| unknownFutureValue |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.plannerBaseApprovalAttachment",
"status": "String"
}