| title | plannerArchivalInfo resource type |
|---|---|
| description | Represents the identity of the user or app who archived or unarchived a plan, task, or bucket and why. |
| author | dianambb |
| ms.localizationpriority | medium |
| ms.subservice | planner |
| doc_type | resourcePageType |
| ms.date | 06/27/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the identity of the user or app who archived or unarchived a plannerPlan, plannerTask or plannerBucket and why. Properties of plannerArchivalInfo are only set when a plan is archived or unarchived.
An archived entity is read-only.
| Property | Type | Description |
|---|---|---|
| justification | String | Read-only. Reason why the entity was archived or unarchived. |
| statusChangedBy | identitySet | Read-only. Identity of the user who archived or unarchived the entity |
| statusChangedDateTime | DateTimeOffset | Read-only. Date and time at which the entity's archive status changed. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.plannerArchivalInfo",
"justification": "String",
"statusChangedBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"statusChangedDateTime": "String (timestamp)"
}