windowsInformationProtectionAppLockerFile-Ressourcentyp
Namespace: microsoft.graph
Wichtig: Microsoft Graph-APIs unter der /beta-Version können geändert werden. Die Produktionsverwendung wird nicht unterstützt.
Hinweis: Die Microsoft Graph-API für Intune setzt eine aktive Intune-Lizenz für den Mandanten voraus.
Windows Information Protection-AppLocker-Datei
Methoden
| Methode | Rückgabetyp | Beschreibung |
|---|---|---|
| windowsInformationProtectionAppLockerFiles auflisten | windowsInformationProtectionAppLockerFile Sammlung | Auflisten von Eigenschaften und Beziehungen der windowsInformationProtectionAppLockerFile-Objekte. |
| windowsInformationProtectionAppLockerFile abrufen | windowsInformationProtectionAppLockerFile | Lesen von Eigenschaften und Beziehungen des windowsInformationProtectionAppLockerFile-Objekts. |
| windowsInformationProtectionAppLockerFile erstellen | windowsInformationProtectionAppLockerFile | Erstellen eines neuen windowsInformationProtectionAppLockerFile-Objekts. |
| windowsInformationProtectionAppLockerFile löschen | Keine | Löscht ein windowsInformationProtectionAppLockerFile-Objekt. |
| windowsInformationProtectionAppLockerFile aktualisieren | windowsInformationProtectionAppLockerFile | Aktualisieren der Eigenschaften eines windowsInformationProtectionAppLockerFile-Objekts. |
Eigenschaften
| Eigenschaft | Typ | Beschreibung |
|---|---|---|
| displayName | String | Der Anzeigename |
| fileHash | String | SHA256-Hash der Datei |
| file | Binär | Datei als Bytearray |
| id | Zeichenfolge | Schlüssel der Entität |
| Version | String | Version der Entität |
Beziehungen
Keine
JSON-Darstellung
Es folgt eine JSON-Darstellung der Ressource.
{
"@odata.type": "#microsoft.graph.windowsInformationProtectionAppLockerFile",
"displayName": "String",
"fileHash": "String",
"file": "binary",
"id": "String (identifier)",
"version": "String"
}
Feedback
Feedback senden und anzeigen für