Partage via


Type de ressource trainingNotificationSetting

Espace de noms: microsoft.graph

Représente les paramètres associés à une notification d’entraînement.

Hérite de endUserNotificationSetting.

Propriétés

Propriété Type Description
notificationPreference endUserNotificationPreference Préférence de notification. Les valeurs possibles sont les suivantes : unknown, microsoft, custom, unknownFutureValue. Hérité de endUserNotificationSetting.
positiveReinforcement positiveReinforcementNotification Détails du renforcement positif. Hérité de endUserNotificationSetting.
settingType endUserNotificationSettingType Type de paramètre. Les valeurs possibles sont les suivantes : unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. Hérité de endUserNotificationSetting.
trainingAssignment baseEndUserNotification Détails de l’affectation de formation.
trainingReminder trainingReminderNotification Détails du rappel de formation.

Relations

Aucun.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

{
  "@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"}
}