userTrainingStatusInfo resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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. 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"
}