openShift 资源类型
命名空间:microsoft.graph
表示 计划中的未分配的开放班次。
继承自 changeTrackedEntity。
方法
方法 | 返回类型 | Description |
---|---|---|
List | openShift 集合 | 列出团队中 openShift 对象的属性和关系。 |
创建 | openShift | 创建 openShift 对象的实例。 |
Get | openShift | 读取 openShift 对象的属性和关系。 |
更新 | openShift | 更新 openShift 对象。 |
删除 | None | 删除 openShift 对象。 |
删除阶段 | None | 在草稿模式下暂存删除计划中的 openShift 实例。 |
属性
属性 | 类型 | 说明 |
---|---|---|
createdDateTime | DateTimeOffset | 创建 openShift 的日期和时间。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z 。 继承自 changeTrackedEntity。 |
draftOpenShift | openShiftItem | openShift 中的草稿更改仅在共享之前对经理可见。 |
id | String | openShift 对象的唯一标识符。 只读。 继承自 changeTrackedEntity。 |
isStagedForDeletion | 布尔值 | openShift 标记为要删除,这是共享计划时完成的过程。 |
lastModifiedBy | identitySet | 上次修改 openShift 对象的用户的标识。 继承自 changeTrackedEntity。 |
lastModifiedDateTime | DateTimeOffset | 上次修改 openShift 的日期和时间。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z 。 继承自 changeTrackedEntity。 |
schedulingGroupId | String | 包含 openShift 的 schedulingGroup 的 ID。 |
sharedOpenShift | openShiftItem | 此 openShift 的共享版本,可由员工和经理查看。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.openShift",
"createdDateTime": "String (timestamp)",
"draftOpenShift": {"@odata.type": "microsoft.graph.openShiftItem"},
"id": "String (identifier)",
"isStagedForDeletion": "Boolean",
"lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
"lastModifiedDateTime": "String (timestamp)",
"schedulingGroupId": "String",
"sharedOpenShift": {"@odata.type": "microsoft.graph.openShiftItem"}
}