Application assignments Data Type

A collection of application assignments.

Properties
Name Type Description
applicationAssignments array of Application assignment Collection of application assignments.

Example

{
  "applicationAssignments" : [ {
    "application" : {
      "appScanState" : "Unverified",
      "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"
    },
    "applicationConfig" : {
      "appGuid" : "aa291d31-3b51-4424-a09c-7b127ee398a8",
      "appName" : "sampleApplication",
      "appPackageId" : "company.sample.app",
      "guid" : "aa291d31-3b51-4424-a09c-7b127ee398a8",
      "name" : "applicationConfig1",
      "rank" : 0,
      "definitionVersion" : 1,
      "settings" : {
        "property1" : { },
        "property2" : { }
      }
    },
    "applicationGroup" : {
      "guid" : "6d0c4ddb-10ae-471d-948d-df27868dcf8a",
      "name" : "Productivity applications group",
      "description" : "Apps required by active sales reps"
    },
    "disposition" : "OPTIONAL"
  }, {
    "application" : {
      "appScanState" : "Verified safe",
      "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" : "..."
    },
    "applicationConfig" : {
      "appGuid" : "841e0146-07d5-4963-947c-dcabe7293806",
      "appName" : "anotherApplication",
      "appPackageId" : "company.another.app",
      "guid" : "841e0146-07d5-4963-947c-dcabe7293806",
      "name" : "applicationConfig2",
      "rank" : 1,
      "definitionVersion" : 2,
      "settings" : {
        "property1" : { },
        "property2" : { }
      }
    },
    "applicationGroup" : {
      "guid" : "4e9e07fd-f2f9-4eea-94eb-85524dcecb9e",
      "name" : "Business apps",
      "description" : "App group for Internal marketing department"
    },
    "disposition" : "REQUIRED"
  } ]
}