Edit

Share via


enrollmentConfigurationAssignment resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Enrollment Configuration Assignment

Methods

Properties

Property Type Description
id String Key of the enrollment configuration assignment
target deviceAndAppManagementAssignmentTarget Represents an assignment to managed devices in the tenant

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.enrollmentConfigurationAssignment",
  "id": "String (identifier)",
  "target": {
    "@odata.type": "microsoft.graph.configurationManagerCollectionAssignmentTarget",
    "collectionId": "String"
  }
}