Microsoft Intune · Schema

deviceConfigurationAssignment

The device configuration assignment entity assigns a target group to a device configuration.

App ProtectionAzureComplianceDevice ConfigurationEndpoint ManagementEnrollmentMAMMDMMicrosoft GraphMobile Application ManagementMobile Device ManagementSecurity

Properties

Name Type Description
@odata.type string
id string The key of the assignment.
target object
View JSON Schema on GitHub

JSON Schema

microsoft-intune-deviceconfigurationassignment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/deviceConfigurationAssignment",
  "title": "deviceConfigurationAssignment",
  "type": "object",
  "description": "The device configuration assignment entity assigns a target group to a device configuration.",
  "properties": {
    "@odata.type": {
      "type": "string",
      "default": "#microsoft.graph.deviceConfigurationAssignment"
    },
    "id": {
      "type": "string",
      "description": "The key of the assignment."
    },
    "target": {
      "$ref": "#/components/schemas/deviceAndAppManagementAssignmentTarget"
    }
  }
}