Type de ressource windowsInformationProtectionApp

Espace de noms: microsoft.graph

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

Application pour la protection des informations Windows

Propriétés

Propriété Type Description
displayName String Nom d’affichage de l’application.
description String Description de l’application.
publisherName Chaîne Nom de l’éditeur
productName String Nom du produit.
denied Booléen Si la valeur est True, l’exemption ou la protection est refusée pour l’application.

Relations

Aucun

Représentation JSON

Voici une représentation JSON de la ressource.

{
  "@odata.type": "#microsoft.graph.windowsInformationProtectionApp",
  "displayName": "String",
  "description": "String",
  "publisherName": "String",
  "productName": "String",
  "denied": true
}