plannerArchivalInfo resource type
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 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.
Properties
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. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.plannerArchivalInfo",
"justification": "String",
"statusChangedBy": {
"@odata.type": "microsoft.graph.identitySet"
},
"statusChangedDateTime": "String (timestamp)"
}