windowsInformationProtectionAppLockerFile resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Windows Information Protection AppLocker File
Methods
Method | Return Type | Description |
---|---|---|
List windowsInformationProtectionAppLockerFiles | windowsInformationProtectionAppLockerFile collection | List properties and relationships of the windowsInformationProtectionAppLockerFile objects. |
Get windowsInformationProtectionAppLockerFile | windowsInformationProtectionAppLockerFile | Read properties and relationships of the windowsInformationProtectionAppLockerFile object. |
Create windowsInformationProtectionAppLockerFile | windowsInformationProtectionAppLockerFile | Create a new windowsInformationProtectionAppLockerFile object. |
Delete windowsInformationProtectionAppLockerFile | None | Deletes a windowsInformationProtectionAppLockerFile. |
Update windowsInformationProtectionAppLockerFile | windowsInformationProtectionAppLockerFile | Update the properties of a windowsInformationProtectionAppLockerFile object. |
Properties
Property | Type | Description |
---|---|---|
displayName | String | The friendly name |
fileHash | String | SHA256 hash of the file |
file | Binary | File as a byte array |
id | String | Key of the entity. |
version | String | Version of the entity. |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.windowsInformationProtectionAppLockerFile",
"displayName": "String",
"fileHash": "String",
"file": "binary",
"id": "String (identifier)",
"version": "String"
}