Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.32 KB

File metadata and controls

44 lines (36 loc) · 1.32 KB
title trainingNotificationDelivery resource type
description Contains aggregate data about training mail delivery over the course of the training campaign.
author akgraph
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 06/11/2024

trainingNotificationDelivery resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Contains aggregate data about training mail delivery over the course of the training campaign.

Properties

Property Type Description
failedMessageDeliveryCount Int32 The number of users to whom mails couldn't be delivered.
resolvedTargetsCount Int32 The number of users whose email address was successfully resolved from target users.
successfulMessageDeliveryCount Int32 The number of users who received a mail while the training campaign was in the "in progress" state.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.trainingNotificationDelivery",
  "resolvedTargetsCount": "Integer",
  "successfulMessageDeliveryCount": "Integer",
  "failedMessageDeliveryCount": "Integer"
}