plannerTaskCreation resource type

Namespace: microsoft.graph

The resources that derive from plannerPlanCreation contain information about the origin of the plannerTask. Apps do not need to know the origin of the task to be able to work with it; however, some apps can use the additional information to provide specific experiences around these tasks. This is the base type of plannerTeamsPublicationInfo and plannerExternalTaskSource.

Properties

Property Type Description
teamsPublicationInfo plannerTeamsPublicationInfo Information about the publication process that created this task. This field is deprecated and clients should move to using the new inheritance model.
creationSourceKind plannerCreationSourceKind Specifies what kind of creation source the task is created with. The possible values are: external, publication and unknownFutureValue.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

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