payloadCompatibleAssignmentFilter 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 Payload Compatible Assignment Filter.

Inherits from deviceAndAppManagementAssignmentFilter

Methods

Method Return Type Description
List payloadCompatibleAssignmentFilters payloadCompatibleAssignmentFilter collection List properties and relationships of the payloadCompatibleAssignmentFilter objects.
Get payloadCompatibleAssignmentFilter payloadCompatibleAssignmentFilter Read properties and relationships of the payloadCompatibleAssignmentFilter object.
Create payloadCompatibleAssignmentFilter payloadCompatibleAssignmentFilter Create a new payloadCompatibleAssignmentFilter object.
Delete payloadCompatibleAssignmentFilter None Deletes a payloadCompatibleAssignmentFilter.
Update payloadCompatibleAssignmentFilter payloadCompatibleAssignmentFilter Update the properties of a payloadCompatibleAssignmentFilter object.

Properties

Property Type Description
id String Key of the Assignment Filter. Inherited from deviceAndAppManagementAssignmentFilter
createdDateTime DateTimeOffset The creation time of the assignment filter. The value cannot be modified and is automatically populated during new assignment filter process. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'. Inherited from deviceAndAppManagementAssignmentFilter
lastModifiedDateTime DateTimeOffset Last modified time of the Assignment Filter. The timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' Inherited from deviceAndAppManagementAssignmentFilter
displayName String The name of the Assignment Filter. Inherited from deviceAndAppManagementAssignmentFilter
description String Optional description of the Assignment Filter. Inherited from deviceAndAppManagementAssignmentFilter
platform devicePlatformType Indicates filter is applied to which flatform. Possible values are android,androidForWork,iOS,macOS,windowsPhone81,windows81AndLater,windows10AndLater,androidWorkProfile, unknown, androidAOSP, androidMobileApplicationManagement, iOSMobileApplicationManagement, windowsMobileApplicationManagement. Default filter will be applied to 'unknown'. Inherited from deviceAndAppManagementAssignmentFilter. Possible values are: android, androidForWork, iOS, macOS, windowsPhone81, windows81AndLater, windows10AndLater, androidWorkProfile, unknown, androidAOSP, androidMobileApplicationManagement, iOSMobileApplicationManagement, unknownFutureValue, windowsMobileApplicationManagement.
rule String Rule definition of the assignment filter. Inherited from deviceAndAppManagementAssignmentFilter
roleScopeTags String collection Indicates role scope tags assigned for the assignment filter. Inherited from deviceAndAppManagementAssignmentFilter
payloads payloadByFilter collection Indicates associated assignments for a specific filter. Inherited from deviceAndAppManagementAssignmentFilter
assignmentFilterManagementType assignmentFilterManagementType Indicates filter is applied to either 'devices' or 'apps' management type. Possible values are devices, apps. Default filter will be applied to 'devices' Inherited from deviceAndAppManagementAssignmentFilter. Possible values are: devices, apps, unknownFutureValue.
payloadType assignmentFilterPayloadType PayloadType of the Assignment Filter. Possible values are: notSet, enrollmentRestrictions.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.payloadCompatibleAssignmentFilter",
  "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"
    }
  ],
  "assignmentFilterManagementType": "String",
  "payloadType": "String"
}