windowsAutopilotDeploymentProfileAssignment 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 a Windows Autopilot deployment profile to an AAD group.

Methods

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

Properties

Property Type Description
id String The key of the assignment.
target deviceAndAppManagementAssignmentTarget The assignment target for the Windows Autopilot deployment profile.
source deviceAndAppManagementAssignmentSource Type of resource used for deployment to a group, direct or parcel/policySet. Possible values are: direct, policySets.
sourceId String Identifier for resource used for deployment to a group

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsAutopilotDeploymentProfileAssignment",
  "id": "String (identifier)",
  "target": {
    "@odata.type": "microsoft.graph.deviceAndAppManagementAssignmentTarget",
    "deviceAndAppManagementAssignmentFilterId": "String",
    "deviceAndAppManagementAssignmentFilterType": "String"
  },
  "source": "String",
  "sourceId": "String"
}