plannerPlanDetails 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示有关计划的其他信息。 每个 计划 对象都有一个 details 对象。

方法

方法 返回类型 说明
获取 plannerPlanDetails plannerPlanDetails 读取 plannerPlanDetails 对象的属性和关系。
更新 plannerPlanDetails 更新 plannerPlanDetails 对象。

属性

属性 类型 说明
categoryDescriptions plannerCategoryDescriptions 一个 对象,指定可与计划中的任务关联的 25 个类别的说明。
contextDetails plannerPlanContextDetailsCollection plannerPlanContext 条目关联的附加信息的集合,这些条目是为 plannerPlan 容器定义的。 只读。
id String 计划详细信息的唯一标识符。 长度为 28 个字符,区分大小写。 格式验证在服务上完成。 此为只读属性。
sharedWith plannerUserIds 共享此计划的用户 ID 集。 如果使用 Microsoft 365 组,请使用组 API 管理组成员身份以共享 组的计划 。 你也可以将组的现有成员添加到此集合,但不需要这样才能访问组拥有的计划。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "categoryDescriptions": {"@odata.type": "microsoft.graph.plannerCategoryDescriptions"},
  "contextDetails": {"@odata.type": "microsoft.graph.plannerPlanContextDetailsCollection"},
  "id": "String (identifier)",
  "sharedWith": {"@odata.type": "microsoft.graph.plannerUserIds"}
}