plannerGroup resource type
Namespace: microsoft.graph
The plannerGroup resource provides access to Planner resources for a group. It doesn't contain any usable properties.
Methods
Method | Return Type | Description |
---|---|---|
List plans for group | plannerPlan collection | Get a plannerPlan object collection. |
Properties
Property | Type | Description |
---|---|---|
id | String | Read-only. Identifier of the plannerGroup |
Relationships
Relationship | Type | Description |
---|---|---|
plans | plannerPlan collection | Read-only. Nullable. Returns the plannerPlans owned by the group. |
JSON representation
The following JSON representation shows the resource type.
{
"id": "String (identifier)"
}