Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 2.09 KB

File metadata and controls

51 lines (40 loc) · 2.09 KB
title trainingNotificationSetting resource type
description Represents a training notification setting.
author stuartcl
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

trainingNotificationSetting resource type

Namespace: microsoft.graph

Represents the settings associated with a training notification.

Inherits from endUserNotificationSetting.

Properties

Property Type Description
notificationPreference endUserNotificationPreference Notification preference. The possible values are: unknown, microsoft, custom, unknownFutureValue. Inherited from endUserNotificationSetting.
positiveReinforcement positiveReinforcementNotification Positive reinforcement details. Inherited from endUserNotificationSetting.
settingType endUserNotificationSettingType Setting type. The possible values are: unknown, noTraining, trainingSelected, noNotification, unknownFutureValue. Inherited from endUserNotificationSetting.
trainingAssignment baseEndUserNotification Training assignment details.
trainingReminder trainingReminderNotification Training reminder details.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@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"}
}