Freigeben über


noTrainingNotificationSetting-Ressourcentyp

Namespace: microsoft.graph

Stellt eine Benachrichtigungseinstellung dar, wenn bei der Erstellung einer Simulation kein Training ausgewählt ist.

Erbt von endUserNotificationSetting.

Eigenschaften

Eigenschaft Typ Beschreibung
notificationPreference endUserNotificationPreference Benachrichtigungspräferenz. Mögliche Werte: unknown, microsoft, custom, unknownFutureValue Geerbt von endUserNotificationSetting.
positiveReinforcement positiveReinforcementNotification Benachrichtigung für Benutzer, die die Phishing-E-Mail gemeldet haben. Geerbt von endUserNotificationSetting.
settingType endUserNotificationSettingType Der Einstellungstyp. Mögliche Werte: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. Geerbt von endUserNotificationSetting.
simulationNotification simulationNotification Die Benachrichtigung für den Benutzer, der Teil der Simulation ist.

Beziehungen

Keine.

JSON-Darstellung

Die folgende JSON-Darstellung zeigt den Ressourcentyp.

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