userTrainingContentEventInfo 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 training event details of assigned trainings to users in an attack simulation and training campaign.
Properties
Property | Type | Description |
---|---|---|
browser | String | Browser of the user from where the training event was generated. |
contentDateTime | DateTimeOffset | Date and time of the training content playback by the user. |
ipAddress | String | IP address of the user for the training event. |
osPlatformDeviceDetails | String | The operating system, platform, and device details of the user for the training event. |
potentialScoreImpact | Double | Potential improvement in the tenant security posture after completion of the training by the user. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.userTrainingContentEventInfo",
"browser": "String",
"contentDateTime": "String (timestamp)",
"ipAddress": "String",
"osPlatformDeviceDetails": "String",
"potentialScoreImpact": "Double"
}