Compartir a través de


tipo de recurso trainingNotificationSetting

Espacio de nombres: microsoft.graph

Representa la configuración asociada a una notificación de entrenamiento.

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 Detalles de refuerzo positivos. Se hereda de endUserNotificationSetting.
settingType endUserNotificationSettingType Tipo de configuración. Los valores posibles son: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. Se hereda de endUserNotificationSetting.
trainingAssignment baseEndUserNotification Detalles de la asignación de entrenamiento.
trainingReminder trainingReminderNotification Detalles del recordatorio de entrenamiento.

Relaciones

Ninguna.

Representación JSON

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

{
  "@odata.type": "#microsoft.graph.trainingNotificationSetting",
  "notificationPreference": "String",
  "positiveReinforcement": {"@odata.type": "microsoft.graph.positiveReinforcementNotification"},
  "settingType": "String",
  "trainingAssignment": {"@odata.type": "microsoft.graph.baseEndUserNotification"},
  "trainingReminder": {"@odata.type": "microsoft.graph.trainingReminderNotification"}
}