appleEnrollmentProfileAssignment 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.

An assignment of an Apple profile.

Methods

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

Properties

Property Type Description
id String The key of the assignment.
target deviceAndAppManagementAssignmentTarget The assignment target for the Apple user initiated deployment profile.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.appleEnrollmentProfileAssignment",
  "id": "String (identifier)",
  "target": {
    "@odata.type": "microsoft.graph.scopeTagGroupAssignmentTarget",
    "deviceAndAppManagementAssignmentFilterId": "String",
    "deviceAndAppManagementAssignmentFilterType": "String",
    "targetType": "String",
    "entraObjectId": "String"
  }
}