名前空間: microsoft.graph
割り当てられていないスケジュール内の開いているシフトを表 します。
changeTrackedEntity から継承します。
メソッド
| メソッド | 戻り値の型 | 説明 |
|---|---|---|
| List | openShift のコレクション | チーム内の openShift オブジェクトのプロパティとリレーションシップを一覧表示します。 |
| Create | openShift | openShift オブジェクトのインスタンスを作成します。 |
| Get | openShift | openShift オブジェクトのプロパティとリレーションシップを読み取ります。 |
| Update | openShift | openShift オブジェクトを更新します。 |
| Delete | なし | openShift オブジェクトを削除します。 |
| 削除のステージ | なし | ドラフト モードでスケジュールで openShift インスタンスの削除を ステージング します。 |
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| createdBy | identitySet | openShift オブジェクトの作成者の ID。 changeTrackedEntity から継承されます。 |
| createdDateTime | DateTimeOffset |
openShift が作成された日時。 Timestamp 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 単位です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。
changeTrackedEntity から継承されます。 |
| draftOpenShift | openShiftItem | openShift の下書き変更は、共有されるまでマネージャーにのみ表示されます。 |
| id | String | openShift オブジェクトの一意識別子。 読み取り専用です。 changeTrackedEntity から継承されます。 |
| isStagedForDeletion | ブール型 | openShift は削除対象としてマークされます。これは、スケジュールが共有されるときに完了するプロセスです。 |
| lastModifiedBy | identitySet | openShift オブジェクトを最後に変更したユーザーの ID。 changeTrackedEntity から継承されます。 |
| lastModifiedDateTime | DateTimeOffset |
openShift が最後に変更された日時。 Timestamp 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 単位です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。
changeTrackedEntity から継承されます。 |
| schedulingGroupId | String | openShift を含む schedulingGroup の ID。 |
| sharedOpenShift | openShiftItem | 従業員とマネージャーの両方が表示できる、この openShift の共有バージョン。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.openShift",
"createdBy": {"@odata.type": "microsoft.graph.identitySet"},
"createdDateTime": "String (timestamp)",
"draftOpenShift": {"@odata.type": "microsoft.graph.openShiftItem"},
"id": "String (identifier)",
"isStagedForDeletion": "Boolean",
"lastModifiedBy": {"@odata.type": "microsoft.graph.identitySet"},
"lastModifiedDateTime": "String (timestamp)",
"schedulingGroupId": "String",
"sharedOpenShift": {"@odata.type": "microsoft.graph.openShiftItem"}
}