Skip to content

Latest commit

 

History

History
41 lines (35 loc) · 1.18 KB

File metadata and controls

41 lines (35 loc) · 1.18 KB
title assignedTrainingInfo resource type
description Represents assignment information of a training in an attack simulation and training campaign.
author stuartcl
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 07/22/2024

assignedTrainingInfo resource type

Namespace: microsoft.graph

Represents assignment information of a training in an attack simulation and training campaign.

Properties

Property Type Description
assignedUserCount Int32 Number of users who were assigned the training in an attack simulation and training campaign.
completedUserCount Int32 Number of users who completed the training in an attack simulation and training campaign.
displayName String Display name of the training in an attack simulation and training campaign.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.assignedTrainingInfo",
  "assignedUserCount": "Int32",
  "completedUserCount": "Int32",
  "displayName": "String"
}