plannerPlanDetails 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
PlannerPlanDetails资源表示有关计划的其他信息。 每个 plan 对象都有一个详细信息对象。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 获取 plannerPlanDetails | plannerPlanDetails | 读取 plannerPlanDetails 对象的属性和关系。 |
| 更新 | plannerPlanDetails | 更新 plannerPlanDetails 对象。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| categoryDescriptions | plannerCategoryDescriptions | 指定可与计划中的任务相关联的六个类别的描述的对象 |
| id | String | 只读。 计划详细信息的 ID。 长度为 28 个字符,区分大小写。 格式验证在服务上完成。 |
| sharedWith | plannerUserIds | 与之共享此计划的用户 Id 集。 如果使用的是 Microsoft 365 组,请使用组 API 来管理组成员身份,以共享 组的 计划。 您还可以将组的现有成员添加到此集合中,但不需要使其访问组拥有的计划。 |
| contextDetails | plannerPlanContextDetailsCollection | 只读。 与为plannerPlan容器定义的plannerPlanContext条目相关联的附加信息的集合。 |
关系
无。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"categoryDescriptions": {"@odata.type": "microsoft.graph.plannerCategoryDescriptions"},
"contextDetails": {"@odata.type": "microsoft.graph.plannerPlanContextDetailsCollection"},
"id": "String (identifier)",
"sharedWith": {"@odata.type": "microsoft.graph.plannerUserIds"}
}
反馈
提交和查看相关反馈