User device applications Data Type

A collection of user device applications.

Properties
Name Type Description
deviceApplications array of User device application Collection of user device applications.

Example

{
  "deviceApplications" : [ {
    "guid" : "442132bb-2b22-492f-9443-a6b59e4c5289",
    "bundleId" : "com.good.gcs",
    "disposition" : "REQUIRED",
    "dynamicsContainerId" : "C85ECFF5-A3DB-4FDC-887F-8712220EBD92",
    "status" : "ACTIVATED",
    "name" : "BlackBerry Work",
    "personal" : false,
    "version" : "..."
  }, {
    "guid" : "99805d7a-f633-4890-878a-c26fc02e5306",
    "bundleId" : "com.rim.mobilefusion.client",
    "disposition" : "OPTIONAL",
    "dynamicsContainerId" : "...",
    "status" : "NOT_INSTALLED",
    "name" : "UEM Client",
    "personal" : false,
    "version" : "12.30.0.153794"
  } ]
}