plannerUser リソースの種類

名前空間: microsoft.graph

重要

Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。

ユーザーのPlanner リソースへのアクセスを提供します

メソッド

メソッド 戻り値の型 説明
List tasks plannerTask コレクション ユーザーに割り当てられた plannerTasks を取得します。
myDayTasks を一覧表示する plannerTask コレクション ユーザーの MyDay ビューに表示される plannerTasks を取得します。
List favoritePlans plannerPlan コレクション ユーザーによってお気に入りとしてマークされた plannerPlans を取得します。
List recentPlans plannerPlan コレクション ユーザーが最近表示 した plannerPlans を取得します。
名簿プランの一覧表示 plannerPlan コレクション ユーザーがメンバーである plannerRosters に含まれる plannerPlans を取得します。
Update plannerUser plannerUser オブジェクトを更新します。

プロパティ

プロパティ 説明
id String 読み取り専用。 plannerUser オブジェクトの一意識別子。
favoritePlanReferences plannerFavoritePlanReferenceCollection ユーザーがお気に入りとしてマークしたプランへの参照を含むコレクション。
recentPlanReferences plannerRecentPlanReferenceCollection 最近のプランをサポートするアプリでユーザーが最近表示したプランへの参照を含むコレクション。

リレーションシップ

リレーションシップ 説明
favoritePlans plannerPlan コレクション 読み取り専用です。 Null 許容型。 ユーザーが [お気に入り] としてマークした plannerPlans を返します。
recentPlans plannerPlan コレクション 読み取り専用。 Null 許容型です。 最近のプランをサポートするアプリでユーザーが最近表示した plannerPlans を返します。
rosterPlans plannerPlan コレクション 読み取り専用。 Null 許容型。 ユーザーがメンバー である plannerRosters に含まれる plannerPlans を返します。
tasks plannerTask コレクション 読み取り専用です。 Null 許容型。 ユーザーに割り当てられた plannerTasks を返します。
myDayTasks plannerTask コレクション 読み取り専用です。 Null 許容型です。 ユーザーの [自分の日] ビューに表示される plannerTasks を返します。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "id": "String (identifier)",
  "favoritePlanReferences": {"@odata.type": "microsoft.graph.plannerFavoritePlanReferenceCollection"},
  "recentPlanReferences": {"@odata.type": "microsoft.graph.plannerRecentPlanReferenceCollection"}
}