name(Optional[String[1]])
— The name for the new application.
culture(Optional[String[1]])
— The culture for the new application. It is the language that your app understands and speaks. E.g.: 'en-us'. Note: the culture cannot be changed after the app is created.
domain(Optional[String[1]])
— The domain for the new application. Optional. E.g.: Comics.
description(Optional[String[1]])
— Description of the new application. Optional.
initialversionid(Optional[String[1]])
— The initial version ID. Optional. Default value is: '0.1'
application_create_object(Optional[String[1]])
— An application containing Name, Description (optional), Culture, Usage Scenario (optional), Domain (optional) and initial version ID (optional) of the application. Default value for the version ID is '0.1'. Note: the culture cannot be changed after the app is created.
usagescenario(Optional[String[1]])
— Defines the scenario for the new application. Optional. E.g.: IoT.