Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 3.11 KB

PostApplicationCollectionResourceRequest.md

File metadata and controls

30 lines (26 loc) · 3.11 KB

kern.services.CumulocityClient.Model.PostApplicationCollectionResourceRequest

Properties

Name Type Description Notes
Availability string Application access level for other tenants. [optional] [default to AvailabilityEnum.PRIVATE]
ContextPath string The context path in the URL makes the application accessible. Mandatory when the type of the application is `HOSTED`. [optional]
Description string Description of the application. [optional]
Id string Unique identifier of the application. [optional] [readonly]
Key string Applications, regardless of their form, are identified by an application key.
Name string Name of the application.
Owner ApplicationOwner [optional]
Self string A URL linking to this resource. [optional] [readonly]
Type string The type of the application.
Manifest ApplicationManifest [optional]
Roles List<string> Roles provided by the microservice. [optional]
RequiredRoles List<string> List of permissions required by a microservice to work. [optional]
Breadcrumbs bool A flag to indicate if the application has a breadcrumbs navigation on the UI. > &#9432; Info: This property is specific to the web application type. [optional]
ContentSecurityPolicy string The content security policy of the application. > &#9432; Info: This property is specific to the web application type. [optional]
DynamicOptionsUrl string A URL to a JSON object with dynamic content options. > &#9432; Info: This property is specific to the web application type. [optional]
GlobalTitle string The global title of the application. > &#9432; Info: This property is specific to the web application type. [optional]
Legacy bool A flag that shows if the application is a legacy application or not. > &#9432; Info: This property is specific to the web application type. [optional]
RightDrawer bool A flag to indicate if the application uses the UI context menu on the right side. > &#9432; Info: This property is specific to the web application type. [optional]
Upgrade bool A flag that shows if the application is hybrid and using Angular and AngularJS simultaneously. > &#9432; Info: This property is specific to the web application type. [optional]
ActiveVersionId string The active version ID of the application. For microservice applications the active version ID is the microservice manifest version ID. [optional] [readonly]
ResourcesUrl string URL to the application base directory hosted on an external server. Only present in legacy hosted applications. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]