workforceIntegration 资源类型
命名空间:microsoft.graph
员工与班次集成的实例。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| Create | workforceIntegration | 创建新的 workforceIntegration 对象。 |
| List | workforceIntegration 集合 | 获取与此 计划关联的 workforceIntegration 对象列表。 |
| Get | workforceIntegration | 读取 workforceIntegration 对象的属性和关系。 |
| 更新 | workforceIntegration | 更新 一个 workforceIntegration 对象。 |
| 删除 | 无 | 删除 一个 workforceIntegration 对象。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| apiVersion | Int32 | 用于回叫 URL 的 API 版本。 从 1 开始。 |
| displayName | String | 员工集成的名称。 |
| 加密 | workforceIntegrationEncryption | 员工集成加密资源。 |
| isActive | Boolean | 指示此员工集成当前是否处于活动状态且可用。 |
| supportedEntities | workforceIntegrationSupportedEntities | 同步更改通知支持的 Shifts 实体。 班次将调用此处添加的这些实体上客户端更改时提供的 URL。 默认情况下,更改通知不支持任何实体。 可取值为:none、shift、swapRequest、userShiftPreferences、openshift、openShiftRequest、offerShiftRequest、unknownFutureValue。 |
| url | String | 用于从 Shifts 服务进行回调的员工集成 URL。 |
关系
无。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"apiVersion": 1024,
"displayName": "String",
"encryption": {"@odata.type": "microsoft.graph.workforceIntegrationEncryption"},
"isActive": true,
"supportedEntities": "string",
"url": "String"
}
反馈
提交和查看相关反馈