plannerAssignment resource type
Namespace: microsoft.graph
The plannerAssignment resource represents the assignment of a task to a user. This type is used in the open type plannerAssignments.
Properties
Property | Type | Description |
---|---|---|
assignedBy | identitySet | The identity of the user that performed the assignment of the task, that is, the assignor. |
assignedDateTime | DateTimeOffset | The time when the task was assigned. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z |
orderHint | String | Hint used to order assignees in a task. The format is defined as outlined here. |
JSON representation
The following JSON representation shows the resource type.
{
"assignedBy": {"@odata.type": "microsoft.graph.identitySet"},
"assignedDateTime": "String (timestamp)",
"orderHint": "String"
}