Partager via


Type de ressource noTrainingNotificationSetting

Espace de noms: microsoft.graph

Importante

Les API sous la version /beta dans Microsoft Graph sont susceptibles d’être modifiées. L’utilisation de ces API dans des applications de production n’est pas prise en charge. Pour déterminer si une API est disponible dans v1.0, utilisez le sélecteur Version .

Représente un paramètre de notification lorsqu’aucun entraînement n’est sélectionné lors d’une création de simulation.

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 Notification pour les utilisateurs qui ont signalé l’e-mail de hameçonnage. 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.
simulationNotification simulationNotification Notification pour l’utilisateur qui fait partie de la simulation.

Relations

Aucun.

Représentation JSON

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

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