workforceIntegration リソースの種類

名前空間: microsoft.graph

シフトとの従業員統合のインスタンス。

メソッド

メソッド 戻り値の型 説明
Create 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 Shifts サービスからのコールバックの Workforce Integration URL。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

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