Share via


Type de ressource windowsDefenderApplicationControlSupplementalPolicyAssignment

Espace de noms: microsoft.graph

Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.

Classe contenant les propriétés utilisées pour l’attribution d’une stratégie supplémentaire WindowsDefenderApplicationControl à un groupe.

Méthodes

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

Propriétés

Propriété Type Description
id String Clé de l’entité.
target deviceAndAppManagementAssignmentTarget Attribution de groupe cible définie par l’administrateur.

Relations

Aucun

Représentation JSON

Voici une représentation JSON de la ressource.

{
  "@odata.type": "#microsoft.graph.windowsDefenderApplicationControlSupplementalPolicyAssignment",
  "id": "String (identifier)",
  "target": {
    "@odata.type": "microsoft.graph.deviceAndAppManagementAssignmentTarget"
  }
}