Microsoft Graph · Schema
plannerPlanContainer
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
Properties
| Name | Type | Description |
|---|---|---|
| containerId | string | The identifier of the resource that contains the plan. Optional. |
| type | object | The type of the resource that contains the plan. For supported types, see the previous table. The possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members r |
| url | string | The full canonical URL of the container. Optional. |
| @odata.type | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.plannerPlanContainer",
"title": "plannerPlanContainer",
"required": [
"@odata.type"
],
"type": "object",
"properties": {
"containerId": {
"type": "string",
"description": "The identifier of the resource that contains the plan. Optional.",
"nullable": true
},
"type": {
"anyOf": [
{
"$ref": "#/components/schemas/microsoft.graph.plannerContainerType"
},
{
"type": "object",
"nullable": true
}
],
"description": "The type of the resource that contains the plan. For supported types, see the previous table. The possible values are: group, unknownFutureValue, roster. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: roster. Optional."
},
"url": {
"type": "string",
"description": "The full canonical URL of the container. Optional.",
"nullable": true
},
"@odata.type": {
"type": "string"
}
}
}