Type de ressource microsoftTrainingAssignmentMapping
Espace de noms: microsoft.graph
Représente un mappage d’affectation d’entraînement Microsoft.
Hérite de trainingSetting.
Propriétés
Propriété | Type | Description |
---|---|---|
assignedTo | collection trainingAssignedTo | Collection d’utilisateurs qui spécifie à qui l’entraînement doit être affecté. Les valeurs possibles sont les suivantes : none , allUsers , clickedPayload , compromised , reportedPhish , readButNotClicked , didNothing et unknownFutureValue . |
settingType | trainingSettingType | Type de paramètre d’entraînement. Les valeurs possibles sont : microsoftCustom , microsoftManaged , noTraining , custom , unknownFutureValue . Hérité de trainingSetting. |
Relations
Relation | Type | Description |
---|---|---|
Formation | Formation | Représente les détails de l’entraînement. |
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"@odata.type": "#microsoft.graph.microsoftTrainingAssignmentMapping",
"assignedTo": ["String"],
"settingType": "String"
}