Freigeben über


trainingNotificationSetting-Ressourcentyp

Namespace: microsoft.graph

Stellt die Einstellungen dar, die einer Trainingsbenachrichtigung zugeordnet sind.

Erbt von endUserNotificationSetting.

Eigenschaften

Eigenschaft Typ Beschreibung
notificationPreference endUserNotificationPreference Benachrichtigungspräferenz. Mögliche Werte: unknown, microsoft, custom, unknownFutureValue Geerbt von endUserNotificationSetting.
positiveReinforcement positiveReinforcementNotification Details zur positiven Verstärkung. Geerbt von endUserNotificationSetting.
settingType endUserNotificationSettingType Einstellungstyp. Mögliche Werte: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. Geerbt von endUserNotificationSetting.
trainingAssignment baseEndUserNotification Details zur Trainingsaufgabe.
trainingReminder trainingReminderNotification Details zur Trainingserinnerung.

Beziehungen

Keine.

JSON-Darstellung

Die folgende JSON-Darstellung zeigt den Ressourcentyp.

{
  "@odata.type": "#microsoft.graph.trainingNotificationSetting",
  "notificationPreference": "String",
  "positiveReinforcement": {"@odata.type": "microsoft.graph.positiveReinforcementNotification"},
  "settingType": "String",
  "trainingAssignment": {"@odata.type": "microsoft.graph.baseEndUserNotification"},
  "trainingReminder": {"@odata.type": "microsoft.graph.trainingReminderNotification"}
}