noTrainingNotificationSetting 资源类型

命名空间:microsoft.graph

表示在创建模拟时未选择任何训练时的通知设置。

继承自 endUserNotificationSetting

属性

属性 类型 说明
notificationPreference endUserNotificationPreference 通知首选项。 可能的值是:unknownmicrosoftcustomunknownFutureValue。 继承自 endUserNotificationSetting
positiveReinforcement positiveReinforcementNotification 针对报告网络钓鱼电子邮件的用户的通知。 继承自 endUserNotificationSetting
settingType endUserNotificationSettingType 设置类型。 可取值为:unknownnoTrainingtrainingSelectednoNotificationunknownFutureValue。 继承自 endUserNotificationSetting
simulationNotification simulationNotification 属于模拟的用户的通知。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

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