workforceIntegration リソースの種類
名前空間: microsoft.graph
重要
Microsoft Graph のバージョンの /beta API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 API が v1.0 で使用できるかどうかを確認するには、 バージョン セレクターを使用します。
シフトとの従業員統合のインスタンス。
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| List | workforceIntegration コレクション | このスケジュールに関連付けられている workforceIntegration オブジェクトの一覧を取得します。 |
| Create | workforceIntegration | 新しい workforceIntegration オブジェクトを作成 します。 |
| Get | workforceIntegration | workforceIntegration オブジェクトのプロパティとリレーションシップを読み取る。 |
| 更新 | workforceIntegration | workforceIntegration オブジェクトを更新 します。 |
| Delete | なし | workforceIntegration オブジェクトを削除 します。 |
プロパティ
| プロパティ | 種類 | 説明 |
|---|---|---|
| apiVersion | Int32 | 呼び出しの URL の API バージョン。 1 から始める。 |
| displayName | String | 従業員統合の名前。 |
| 暗号化 | workforceIntegrationEncryption | 従業員統合暗号化リソース。 |
| isActive | Boolean | この従業員統合が現在アクティブで使用可能かどうかを示します。 |
| サポート | workforceIntegrationSupportedEntities | 同期変更通知でサポートされている Shifts エンティティ。 シフトは、ここで追加されたエンティティのクライアントの変更で提供される URL に対して呼び出しを行います。 既定では、変更通知のエンティティはサポートされていません。 指定できる値は none shift 、、、、、、、 です swapRequest openshift openShiftRequest userShiftPreferences offerShiftRequest unknownFutureValue timeCard timeOffReason timeOff timeOffRequest 。 この進化可能な列挙型の次の値を取得するには、要求ヘッダーを使用する必要があります Prefer: include-unknown-enum-members 。 timeCard timeOffReason timeOff timeOffRequest 複数の値を選択する場合、すべての値は大文字の最初の文字で始まる必要があります。 |
| supportedEntities | workforceIntegrationSupportedEntities | このプロパティは、v1.0 のサポート を置き換えました。 サポートの代わりにこのプロパティを使用することをお勧 めします。 support プロパティ は、当分の間ベータ版でサポートされています。 指定できる値は none shift 、、、、、、、 です swapRequest openshift openShiftRequest userShiftPreferences offerShiftRequest unknownFutureValue timeCard timeOffReason timeOff timeOffRequest 。 この進化可能な列挙型の次の値を取得するには、要求ヘッダーを使用する必要があります Prefer: include-unknown-enum-members 。 timeCard timeOffReason timeOff timeOffRequest 複数の値を選択する場合、すべての値は大文字の最初の文字で始まる必要があります。 |
| url | String | Shifts サービスからのコールバックの Workforce Integration URL。 |
リレーションシップ
なし。
JSON 表記
リソースの JSON 表記を次に示します。
{
"apiVersion": 1024,
"displayName": "String",
"encryption": {"@odata.type": "microsoft.graph.workforceIntegrationEncryption"},
"isActive": true,
"supports": "string",
"supportedEntities": "string",
"url": "String"
}
フィードバック
フィードバックの送信と表示