編輯

共用方式為


assignedTrainingInfo 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 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"
}