Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.34 KB

File metadata and controls

44 lines (37 loc) · 1.34 KB
title userTrainingStatusInfo resource type
description Represents an assigned training and its status for a user in attack simulation and training.
author stuartcl
ms.localizationpriority medium
ms.subservice reports
doc_type resourcePageType
ms.date 07/22/2024

userTrainingStatusInfo resource type

Namespace: microsoft.graph

Represents an assigned training and its status for a user in attack simulation and training.

Properties

Property Type Description
assignedDateTime DateTimeOffset Date and time of assignment of the training to the user.
completionDateTime DateTimeOffset Date and time of completion of the training by the user.
displayName String Display name of the assigned training.
trainingStatus trainingStatus The status of the training assigned to the user. The possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.userTrainingStatusInfo",
  "assignedDateTime": "String (timestamp)",
  "completionDateTime": "String (timestamp)",
  "displayName": "String",
  "trainingStatus": "String"  
}