plannerBucketCreation resource type

Namespace: microsoft.graph

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

Properties

Property Type Description
creationSourceKind plannerCreationSourceKind Specifies what kind of creation source the bucket 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.plannerBucketCreation",
  "creationSourceKind": "String-value"
}