Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.31 KB

App.md

File metadata and controls

25 lines (22 loc) · 1.31 KB

IO.Swagger.Model.App

Properties

Name Type Description Notes
AllowedUsers string User type allowed to access the app [optional]
ApiUrl string Application api url
Author string Application author
I18n Object Application translation
Icon string Application icon
License string Application license
Masqueradable bool? Whether an application is masqueradable or not [optional] [default to true]
Name string Application name
Phase string Application test phase [optional]
Price decimal? Application price
Published bool? is the app published [optional]
Screenshots List<string> [optional]
SourceUrl string Application source url [optional]
Tags List<string> [optional]
Urls Object [optional]
Users List<string> User IDs authorized to use the app (when allowed_users = 'specific') [optional]
Version string Application version

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