deviceAndAppManagementAssignmentFilter resource type
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
A class containing the properties used for Assignment Filter.
Methods
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the Assignment Filter. |
createdDateTime | DateTimeOffset | Creation time of the Assignment Filter. |
lastModifiedDateTime | DateTimeOffset | Last modified time of the Assignment Filter. |
displayName | String | DisplayName of the Assignment Filter. |
description | String | Description of the Assignment Filter. |
platform | devicePlatformType | Platform type of the devices on which the Assignment Filter will be applicable. Possible values are: android , androidForWork , iOS , macOS , windowsPhone81 , windows81AndLater , windows10AndLater , androidWorkProfile , unknown . |
rule | String | Rule definition of the Assignment Filter. |
roleScopeTags | String collection | RoleScopeTags of the Assignment Filter. |
payloads | payloadByFilter collection | Associated assignments for a specific filter |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceAndAppManagementAssignmentFilter",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)",
"displayName": "String",
"description": "String",
"platform": "String",
"rule": "String",
"roleScopeTags": [
"String"
],
"payloads": [
{
"@odata.type": "microsoft.graph.payloadByFilter",
"payloadId": "String",
"payloadType": "String",
"groupId": "String",
"assignmentFilterType": "String"
}
]
}
Feedback
Submit and view feedback for