Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 2.45 KB

File metadata and controls

70 lines (53 loc) · 2.45 KB
title plannerPlanContextCollection resource type
description The **plannerPlanContextCollection** resource represents the collection of external contexts to which a plan is linked. This resource is an open type that allows additional properties beyond those documented here and is part of the plannerPlan object. The value in the property-value pair is the plannerPlanContext object.
ms.localizationpriority medium
author TarkanSevilmis
ms.subservice planner
doc_type resourcePageType
ms.date 07/25/2024

plannerPlanContextCollection resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The plannerPlanContextCollection resource represents the collection of external contexts to which a plan is linked. This resource is an open type that allows additional properties beyond those documented here and is part of the plannerPlan object. The value in the property-value pair is the plannerPlanContext object.

Properties

You can define the properties of this open type. The property values should be distinctive identifier that represents the external context as the property name. The property values must be plannerPlanContext objects. Based on OData requirements, property names in open types cannot contain the following characters: ., :, %, @, #. These characters need to be encoded using URL encoding. To remove an item in the favorites list, set the value of the property to null.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "48#19%3Ad128c63941b24733951ea7defd81e550%40thread%2Eskype19%3Ad128c63941b24733951ea7defd81e550%40thread%2Eskype": {
    "@odata.type": "#microsoft.graph.plannerPlanContext",
    "associationType": "Board",
    "createdDateTime": "2015-10-14T00:57:28.4698344Z",
    "displayNameSegments": [
        "Finance Team",
        "Budget Plans"
    ],
    "ownerAppId": "5e3ce6c0-2b1f-4285-8d4b-75ee78787346"
  }
}