endUserNotification リソースの種類

名前空間: microsoft.graph

エンド ユーザー通知を表します。

エンティティ から継承します。

メソッド

メソッド 戻り値の種類 説明
endUserNotifications を一覧表示する endUserNotification コレクション endUserNotification オブジェクトとそのプロパティの一覧を取得します。
endUserNotification を取得する endUserNotification endUserNotification オブジェクトのプロパティとリレーションシップを読み取ります。

プロパティ

プロパティ 説明
createdBy emailIdentity 通知を作成したユーザーの ID。
createdDateTime DateTimeOffset 通知が作成された日時。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。
説明 String ユーザーによって定義された通知の説明。
displayName String ユーザーによって定義された通知の名前。
id String endUserNotification オブジェクトの一意識別子。 エンティティから継承 されます。
lastModifiedBy emailIdentity 通知を最後に変更したユーザーの ID。
lastModifiedDateTime DateTimeOffset 通知が最後に変更された日時。 タイムスタンプの種類は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。
notificationType endUserNotificationType 通知の種類。 使用可能な値: unknownpositiveReinforcementnoTrainingtrainingAssignmenttrainingReminderunknownFutureValue
source simulationContentSource コンテンツのソース。 使用可能な値: unknownglobaltenantunknownFutureValue
status simulationContentStatus 通知の状態。 使用可能な値: unknowndraftreadyarchivedeleteunknownFutureValue
supportedLocales String collection endUserNotification コンテンツでサポートされているロケール。

リレーションシップ

なし。

JSON 表記

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

{
  "@odata.type": "#microsoft.graph.endUserNotification",
  "createdBy": {"@odata.type": "microsoft.graph.emailIdentity"},
  "createdDateTime": "String (timestamp)",
  "description": "String",
  "displayName": "String",
  "id": "String (identifier)",
  "lastModifiedBy": {"@odata.type": "microsoft.graph.emailIdentity"},
  "lastModifiedDateTime": "String (timestamp)",
  "notificationType": "String",
  "source": "String",
  "status": "String",
  "supportedLocales": ["String"]
}