Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.25 KB

File metadata and controls

38 lines (31 loc) · 1.25 KB
title plannerPlanCreation resource type
description Contains information about the origin of the plannerPlan.
author DanluCui
ms.localizationpriority medium
ms.subservice planner
doc_type resourcePageType
ms.date 07/22/2024

plannerPlanCreation resource type

Namespace: microsoft.graph

The resources that derive from plannerPlanCreation contain information about the origin of the plannerPlan. Apps do not need to know the origin of the plan to be able to work with it; however, some apps can use the additional information to provide specific experiences around these plans. This is the abstract base type of plannerExternalPlanSource.

Properties

Property Type Description
creationSourceKind plannerCreationSourceKind Specifies what kind of creation source the plan is created with. The possible values are: external, publication and unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.plannerPlanCreation",
  "creationSourceKind": "String-value"
}