Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: microsoft.graph
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 | String | 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"
}