DEP Devices Data Type

A collection of DEP enrollment configurations

Properties
Name Type Description
configs array of DEP enrollment configuration Collection of DEP enrollment configurations.

Example

{
  "configs" : [ {
    "guid" : "72b815b3-fd92-4a3e-b033-c686917529df",
    "name" : "ID2 Config 1",
    "automaticallyAssign" : true,
    "department" : "IT dev",
    "supportPhone" : "+105509999437",
    "allowPairing" : true,
    "supervised" : true,
    "mandatory" : true,
    "mdmRemovable" : true,
    "awaitDeviceConfigured" : true,
    "mdmProfileEncrypted" : true
  }, {
    "guid" : "3e2d3a7f-076d-46f9-8c25-56cb8eba2800",
    "name" : "FinDeptCfg",
    "automaticallyAssign" : false,
    "department" : "Finance Department",
    "supportPhone" : "+10509381494",
    "allowPairing" : false,
    "supervised" : false,
    "mandatory" : false,
    "mdmRemovable" : false,
    "awaitDeviceConfigured" : false,
    "mdmProfileEncrypted" : false
  } ]
}