Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.27 KB

File metadata and controls

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

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 JSON representation shows the resource type.

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