Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.2 KB

File metadata and controls

45 lines (34 loc) · 1.2 KB
title baseEndUserNotification resource type
description Represents details about an end user notification.
author stuartcl
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

baseEndUserNotification resource type

Namespace: microsoft.graph

Represents details about an end user notification.

Base type of positiveReinforcementNotification, simulationNotification, and trainingReminderNotification.

Properties

Property Type Description
defaultLanguage String The default language for the end user notification.

Relationships

Relationship Type Description
endUserNotification endUserNotification End user notification detail.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.baseEndUserNotification",
  "defaultLanguage": "String"
}