workforceIntegration 资源类型

命名空间:microsoft.graph

员工与班次集成的实例。

方法

方法 返回类型 说明
创建 workforceIntegration 创建新的 workforceIntegration 对象。
List workforceIntegration 集合 获取与此计划关联的 workforceIntegration 对象列表。
Get workforceIntegration 读取 workforceIntegration 对象的属性和关系。
更新 workforceIntegration 更新 workforceIntegration 对象。
删除 删除 workforceIntegration 对象。

属性

属性 类型 说明
apiVersion Int32 回调 URL 的 API 版本。 从 1 开始。
displayName String 劳动力集成的名称。
加密 workforceIntegrationEncryption 劳动力集成加密资源。
isActive 布尔值 指示此劳动力集成当前是否处于活动状态且可用。
supportedEntities workforceIntegrationSupportedEntities 同步更改通知支持的 Shifts 实体。 班次将调用针对此处添加的实体的客户端更改提供的 URL。 默认情况下,更改通知不支持任何实体。 可取值为:noneshiftswapRequestuserShiftPreferencesopenshiftopenShiftRequestofferShiftRequestunknownFutureValue
url String 来自班次服务的回调的 Workforce 集成 URL。

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "apiVersion": 1024,
  "displayName": "String",
  "encryption": {"@odata.type": "microsoft.graph.workforceIntegrationEncryption"},
  "isActive": true,
  "supportedEntities": "string",
  "url": "String"
}