Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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"
}