Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 a Microsoft training assignment mapping.
Inherits from trainingSetting.
Properties
| Property | Type | Description |
|---|---|---|
| assignedTo | trainingAssignedTo collection | A user collection that specifies to whom the training should be assigned. The possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue. |
| settingType | trainingSettingType | Type of training setting. The possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue. Inherited from trainingSetting. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| training | training | Represents training details. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.microsoftTrainingAssignmentMapping",
"assignedTo": ["String"],
"settingType": "String"
}