Type de ressource windowsInformationProtectionAppLockerFile
Espace de noms: microsoft.graph
Remarque : l’API Microsoft Graph pour Intune requiert une licence Intune active pour le client.
Fichier AppLocker de protection des informations Windows
Méthodes
Méthode | Type renvoyé | Description |
---|---|---|
List windowsInformationProtectionAppLockerFiles | Collection windowsInformationProtectionAppLockerFile | Répertorie les propriétés et relations des objets windowsInformationProtectionAppLockerFile. |
Get windowsInformationProtectionAppLockerFile | windowsInformationProtectionAppLockerFile | Lit les propriétés et relations de l’objet windowsInformationProtectionAppLockerFile. |
Create windowsInformationProtectionAppLockerFile | windowsInformationProtectionAppLockerFile | Crée un objet windowsInformationProtectionAppLockerFile. |
Delete windowsInformationProtectionAppLockerFile | Aucun | Supprime un objet windowsInformationProtectionAppLockerFile. |
Update windowsInformationProtectionAppLockerFile | windowsInformationProtectionAppLockerFile | Met à jour les propriétés d’un objet windowsInformationProtectionAppLockerFile. |
Propriétés
Propriété | Type | Description |
---|---|---|
displayName | String | Nom convivial |
fileHash | String | Hachage SHA256 du fichier |
file | Binary | Fichier sous la forme d’un tableau d’octets |
id | String | Clé de l’entité. |
version | String | Version de l’entité. |
Relations
Aucun
Représentation JSON
Voici une représentation JSON de la ressource.
{
"@odata.type": "#microsoft.graph.windowsInformationProtectionAppLockerFile",
"displayName": "String",
"fileHash": "String",
"file": "binary",
"id": "String (identifier)",
"version": "String"
}