Compartilhar via


trainingNotificationSetting resource type (Tipo de recurso trainingNotificationSetting)

Namespace: microsoft.graph

Importante

As APIs na versão /beta no Microsoft Graph estão sujeitas a alterações. Não há suporte para o uso dessas APIs em aplicativos de produção. Para determinar se uma API está disponível na v1.0, use o seletor Versão.

Representa as definições associadas a uma notificação de preparação.

Herda de endUserNotificationSetting.

Propriedades

Propriedade Tipo Descrição
notificationPreference endUserNotificationPreference Preferência de notificação. Os valores possíveis são: unknown, microsoft, custom, unknownFutureValue. Herdado de endUserNotificationSetting.
positiveReinforcement positiveReinforcementNotification Detalhes positivos do reforço. Herdado de endUserNotificationSetting.
settingType endUserNotificationSettingType Tipo de definição. Os valores possíveis são: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. Herdado de endUserNotificationSetting.
trainingAssignment baseEndUserNotification Detalhes da tarefa de formação.
trainingReminder trainingReminderNotification Detalhes do lembrete de formação.

Relações

Nenhum

Representação JSON

A representação JSON seguinte mostra o 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"}
}