workforceIntegration リソースの種類

名前空間: microsoft.graph

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

メソッド

メソッド 戻り値の型 説明
Create workforceIntegration 新しい workforceIntegration オブジェクトを作成します。
List workforceIntegration コレクション このスケジュールに関連付けられている workforceIntegration オブジェクトの一覧を取得します。
Get workforceIntegration workforceIntegration オブジェクトのプロパティとリレーションシップを読み取ります。
Update workforceIntegration workforceIntegration オブジェクトを更新します。
Delete None workforceIntegration オブジェクトを削除します。

プロパティ

プロパティ 説明
apiVersion Int32 コールバック URL の API バージョン。 1 から始めます。
displayName 文字列 従業員統合の名前。
暗号化 workforceIntegrationEncryption 従業員統合暗号化リソース。
isActive ブール型 この従業員の統合が現在アクティブで使用可能かどうかを示します。
supportedEntities workforceIntegrationSupportedEntities 同期変更通知でサポートされる Shifts エンティティ。 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"
}