| title | plannerPlanContextDetails resource type |
|---|---|
| description | The **plannerPlanContextDetails** resource contains additional information about a plannerPlanContext. |
| ms.localizationpriority | medium |
| author | TarkanSevilmis |
| ms.subservice | planner |
| doc_type | resourcePageType |
| ms.date | 07/25/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
The plannerPlanContextDetails resource contains additional information about a plannerPlanContext.
| Property | Type | Description |
|---|---|---|
| customLinkText | String | Nullable. Specifies the text to use in a user experience to display a link the the associated plannerPlanContext. If null, applications should display the link with a custom text based on the displayLinkType property. |
| displayLinkType | plannerPlanContextType | Specifies how an application should display the link to the associated plannerPlanContext. Applications may choose to provide customized text, description, icons, or other experiences based on the type of the link. The possible values are: teamsTab, sharePointPage, meetingNotes, loopPage, project, other, unknownFutureValue. |
| url | String | URL of the user experience represented by the associated plannerPlanContext. |
| state | plannerContextState | Indicates the state of the associated plannerPlanContext. |
| Value | Description |
|---|---|
| active | The context has no problems. |
| delinked | A formerly linked plannerPlanContext is no longer linked to the plan. |
| unknownFutureValue | Evolvable enumeration sentinel value. Do not use. |
None.
The following JSON representation shows the resource type.
{
"url": "string",
"customLinkText": "string",
"displayLinkType": "string",
"state": "string"
}