Partager via


Type de ressource endUserNotificationSetting

Espace de noms: microsoft.graph

Représente un paramètre de notification de l’utilisateur final fourni par un administrateur lors d’une création de simulation.

Type de base noTrainingNotificationSetting et trainingNotificationSetting.

Propriétés

Propriété Type Description
notificationPreference endUserNotificationPreference Préférence de notification. Les valeurs possibles sont les suivantes : unknown, microsoft, custom, unknownFutureValue.
positiveReinforcement positiveReinforcementNotification Détail de renforcement positif.
settingType endUserNotificationSettingType Type de notification de l’utilisateur final. Les valeurs possibles sont les suivantes : unknown, noTraining, trainingSelected, noNotification, unknownFutureValue.

Relations

Aucun.

Représentation JSON

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

{
  "@odata.type": "#microsoft.graph.endUserNotificationSetting",
  "notificationPreference": "String",
  "positiveReinforcement": {"@odata.type": "microsoft.graph.positiveReinforcementNotification"},
  "settingType": "String"
}