Skip to content

Latest commit

 

History

History
66 lines (53 loc) · 1.91 KB

File metadata and controls

66 lines (53 loc) · 1.91 KB
title teamsChannelPlanner resource type
description Provides access to Planner resources for a Teams shared channel.
ms.localizationpriority medium
author DanluCui
ms.subservice planner
doc_type resourcePageType
ms.date 01/15/2025

teamsChannelPlanner resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Provides access to Planner resources for a Teams shared channel. This resource doesn't contain any usable properties.

Inherits from entity.

Methods

Method Return Type Description
List plans plannerPlan collection Get a list of plannerPlan objects owned by a shared channel in Teams.

Properties

Property Type Description
id String The unique identifier for the teamsChannelPlanner object. Read-only. Inherited from entity.

Relationships

Relationship Type Description
plans plannerPlan collection A collection of plannerPlan objects owned by the Teams channel. Currently, only shared channels are supported. Read-only. Nullable.

JSON representation

The following JSON representation shows the resource type.

{
  "id": "String (identifier)"
}