plannerPlanDetails resource type
Namespace: microsoft.graph
Represents the additional information about a plan. Each plan object has a details object.
Methods
Method | Return Type | Description |
---|---|---|
Get plannerPlanDetails | plannerPlanDetails | Read properties and relationships of plannerPlanDetails object. |
Update | plannerPlanDetails | Update plannerPlanDetails object. |
Properties
Property | Type | Description |
---|---|---|
categoryDescriptions | plannerCategoryDescriptions | An object that specifies the descriptions of the 25 categories that can be associated with tasks in the plan. |
id | String | The unique identifier for the plan details. It is 28 characters long and case-sensitive. Format validation is done on the service. Read-only. |
sharedWith | plannerUserIds | Set of user IDs that this plan is shared with. If you are leveraging Microsoft 365 groups, use the Groups API to manage group membership to share the group's plan. You can also add existing members of the group to this collection, although it is not required for them to access the plan owned by the group. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"categoryDescriptions": {"@odata.type": "microsoft.graph.plannerCategoryDescriptions"},
"id": "String (identifier)",
"sharedWith": {"@odata.type": "microsoft.graph.plannerUserIds"}
}
Feedback
Submit and view feedback for