DeviceConfigurationAssignment

Assignment of a device configuration profile to a group.

ComplianceConfiguration ManagementDevice ManagementEndpoint ManagementMobile Device ManagementPatch ManagementSoftware Deployment

Properties

Name Type Description
id string
target object
View JSON Schema on GitHub

JSON Schema

microsoft-endpoint-configuration-management-deviceconfigurationassignment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeviceConfigurationAssignment",
  "title": "DeviceConfigurationAssignment",
  "type": "object",
  "description": "Assignment of a device configuration profile to a group.",
  "properties": {
    "id": {
      "type": "string"
    },
    "target": {
      "type": "object",
      "properties": {
        "@odata.type": {
          "type": "string"
        },
        "groupId": {
          "type": "string"
        }
      }
    }
  }
}