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"
}