| 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 |
Namespace: microsoft.graph
Represents the settings associated with a training notification.
Inherits from endUserNotificationSetting.
| 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. |
None.
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"}
}