Partager via


Type de ressource windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus

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.

Contient des propriétés pour l’état de déploiement d’une stratégie supplémentaire WindowsDefenderApplicationControl pour un appareil.

Méthodes

Méthode Type renvoyé Description
Répertorier windowsDefenderApplicationControlSupplementalPolicyDeploymentStatuses collection windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus Répertorie les propriétés et les relations des objets windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus .
Obtenir windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus Lit les propriétés et les relations de l’objet windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus .
Créer des windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus Créez un objet windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus .
Supprimer windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus Aucune Supprime un windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus.
Mettre à jour windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus Mettez à jour les propriétés d’un objet windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus .

Propriétés

Propriété Type Description
id String Clé de l’entité.
deviceName String Nom de l’appareil.
deviceId Chaîne ID de l’appareil.
lastSyncDateTime DateTimeOffset Date et heure de la dernière synchronisation.
osVersion Chaîne Version du système d’exploitation Windows.
osDescription Chaîne Description de la version du système d’exploitation Windows.
deploymentStatus windowsDefenderApplicationControlSupplementalPolicyStatuses État de déploiement de la stratégie. Les valeurs possibles sont les suivantes : unknown, success, tokenError, notAuthorizedByToken, policyNotFound.
userName Chaîne Nom de l’utilisateur de cet appareil.
userPrincipalName String Nom d’utilisateur principal.
policyVersion Chaîne Version lisible par l’utilisateur de la stratégie supplémentaire WindowsDefenderApplicationControl.

Relations

Relation Type Description
stratégie windowsDefenderApplicationControlSupplementalPolicy Lien de navigation vers la stratégie supplémentaire WindowsDefenderApplicationControl.

Représentation JSON

Voici une représentation JSON de la ressource.

{
  "@odata.type": "#microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus",
  "id": "String (identifier)",
  "deviceName": "String",
  "deviceId": "String",
  "lastSyncDateTime": "String (timestamp)",
  "osVersion": "String",
  "osDescription": "String",
  "deploymentStatus": "String",
  "userName": "String",
  "userPrincipalName": "String",
  "policyVersion": "String"
}