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" : "...",
    "attestationInfo" : [ {
      "type" : "SAFETYNET",
      "lastAttestationResponseReceived" : "2017-01-23T10:02:12.340Z",
      "status" : "SUCCESS"
    }, {
      "type" : "KNOX",
      "lastAttestationResponseReceived" : "2017-02-22T11:05:15.750Z",
      "status" : "APP_LEVEL_FAILURE"
    } ]
  }, {
    "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",
    "attestationInfo" : [ {
      "type" : "KNOX",
      "lastAttestationResponseReceived" : "2017-02-22T11:05:15.750Z",
      "status" : "APP_LEVEL_FAILURE"
    }, {
      "type" : "KNOX",
      "lastAttestationResponseReceived" : "2017-02-22T11:05:15.750Z",
      "status" : "APP_LEVEL_FAILURE"
    } ]
  } ]
}