SealSkin
Server Referencemodels

InstalledApp

A fully resolved installed application.

This is the shape the API exposes and the launch logic consumes. On disk the app is stored as an InstalledAppRecord.

Attributes

attributeidstr
= Field(default_factory=(lambda: str(uuid.uuid4())))
attributenamestr
attributelogostr
attributeurlstr
attributesourcestr
attributesource_app_idstr
attributeproviderstr
attributehome_directoriesbool
attributeuserslist[str]
attributegroupslist[str]
attributeprovider_configInstalledAppProviderConfig
attributeauto_updatebool
= True
attributeapp_templatestr
attributeis_meta_appbool
= False
attributebase_app_idstr | None
= None
attributehome_template_namestr | None
= None

On this page