次の方法で共有


educationPowerPointResource リソースの種類

名前空間: microsoft.graph

重要

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

educationResource のサブクラス。 これはPowerPoint リソースです。 PowerPoint ファイルは、割り当てまたは申請に関連付けられている fileResource ディレクトリにアップロードする必要があります。

プロパティ

プロパティ 説明
fileUrl String ディスク上のファイルの場所。
createdBy String このオブジェクトを作成したユーザーの表示名。
createdDateTime DateTimeOffset resoruce が追加された日付時刻。
displayName string リソースの表示名。
lastModifiedBy identitySet リソースを変更する最後のユーザー。
lastModifiedDateTime DateTimeOffset リソースが最後に変更された日時。 Timestamp 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 時間です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。

リレーションシップ

なし。

JSON 表記

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

{
  "fileUrl": "String",
  "createdBy": "String (User)",
  "createdDateTime": "String (timestamp)",
  "displayName": "String",
  "lastModifiedBy": "String (User)",
  "lastModifiedDateTime": "String (timestamp)"
}