Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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 | Description |
|---|---|---|
| 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, 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"}
}