Applications Data Type

A collection of applications.

Properties
Name Type Description
applications array of Application Collection of applications.

Example

{
  "applications" : [ {
    "appScanState" : "Scanning",
    "appScanStateMessage" : "The app will be scanned by CylancePROTECT.",
    "guid" : "aa291d31-3b51-4424-a09c-7b127ee398a8",
    "name" : "sampleApplication",
    "description" : "Our sample app.",
    "os" : "BB",
    "entitlementId" : "",
    "packageId" : "company.sample.app",
    "sourceName" : "In Store",
    "storeName" : "BlackBerry World",
    "securedType" : "",
    "vendorName" : "BlackBerry",
    "version" : "1.2.34",
    "reviewMode" : "DISABLED",
    "restrictedVersions" : [ "1.0", "35" ],
    "entitlementVersions" : [ "1.0", "12.1.34" ],
    "packageName" : "company.sample.package.name",
    "compliancePolicyGuid" : "281b271a-870b-4d29-8da5-0ff9b85e3ab5",
    "connectivityPolicyGuid" : "8d2eb467-1932-4939-9c00-05d1c122fed8",
    "securityPolicyGuid" : "0bc1a21e-0b36-4b4d-acf9-1df28f058ca5",
    "hash" : "8e6c641dd5f8b6577eedc96e1745afa98d4ae0d53c201667fc4d66b8ec282722"
  }, {
    "appScanState" : "Verified safe",
    "appScanStateMessage" : "...",
    "guid" : "841e0146-07d5-4963-947c-dcabe7293806",
    "name" : "anotherApplication",
    "description" : "Corporate app.",
    "os" : "android",
    "entitlementId" : "another.app.id",
    "packageId" : "",
    "sourceName" : "Hosted",
    "storeName" : "Google Play",
    "securedType" : "BlackBerry Dynamics",
    "vendorName" : "anotherVendor",
    "version" : "5.6.78",
    "reviewMode" : "PUBLIC",
    "restrictedVersions" : [ "35", "1.0" ],
    "entitlementVersions" : [ "12.1.34", "1.0" ],
    "packageName" : "...",
    "compliancePolicyGuid" : "09052901-1685-4845-b9cc-c5f412a44052",
    "connectivityPolicyGuid" : "d457f132-0222-4951-82db-c2fe44bf832b",
    "securityPolicyGuid" : "8f3b6cc0-21af-4ac7-ab38-b29d3f8df7aa",
    "hash" : "..."
  } ]
}