Type de ressource configurationManagerAction
Espace de noms: microsoft.graph
Important: Les API Microsoft Graph sous la version /beta sont susceptibles d’être modifiées ; l’utilisation de production n’est pas prise en charge.
Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.
Paramètre pour l’action triggerConfigurationManagerAction
Propriétés
Propriété | Type | Description |
---|---|---|
action | configurationManagerActionType | Type d’action à déclencher sur Configuration Manager client. Valeurs possibles : refreshMachinePolicy , refreshUserPolicy , wakeUpClient , appEvaluation , quickScan , fullScan , windowsDefenderUpdateSignatures . |
Relations
Aucun
Représentation JSON
Voici une représentation JSON de la ressource.
{
"@odata.type": "#microsoft.graph.configurationManagerAction",
"action": "String"
}