Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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"
}