Compartir a través de


tipo de recurso noTrainingNotificationSetting

Espacio de nombres: microsoft.graph

Representa una configuración de notificación cuando no se selecciona ningún entrenamiento en una creación de simulación.

Hereda de endUserNotificationSetting.

Propiedades

Propiedad Tipo Descripción
notificationPreference endUserNotificationPreference Preferencias de notificación. Los valores posibles son: unknown, microsoft, custom y unknownFutureValue. Se hereda de endUserNotificationSetting.
positiveReinforcement positiveReinforcementNotification Notificación para los usuarios que notificaron el correo electrónico de phish. Se hereda de endUserNotificationSetting.
settingType endUserNotificationSettingType Tipo de configuración. Los valores posibles son: unknown, noTraining, trainingSelected, noNotification y unknownFutureValue. Se hereda de endUserNotificationSetting.
simulationNotification simulationNotification Notificación para el usuario que forma parte de la simulación.

Relaciones

Ninguna.

Representación JSON

La siguiente representación JSON muestra el tipo de recurso.

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