Application configs Data Type

A collection of application configs.

Properties
Name Type Description
appConfigs array of Application config Collection of application configs.

Example

{
  "appConfigs" : [ {
    "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" : { }
    }
  }, {
    "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" : { }
    }
  } ]
}