Server Referencemodels
InstalledAppRecord
On-disk representation of an installed application.
The record references the store entry (source and source_app_id)
and keeps only the fields the administrator changed under overrides.
The effective InstalledApp is the store entry deep-merged with
overrides; see config_store.resolve_app.
Attributes
attributemodel_config= ConfigDict(extra='ignore')attributeidstr= Field(default_factory=(lambda: str(uuid.uuid4())))attributesourcestrattributesource_app_idstrattributeapp_templatestr= 'Default'attributeuserslist[str]= Field(default_factory=list)attributegroupslist[str]= Field(default_factory=list)attributeauto_updatebool= Trueattributehome_directoriesbool= Trueattributeis_meta_appbool= Falseattributebase_app_idstr | None= Noneattributehome_template_namestr | None= Noneattributeoverridesdict[str, Any]= Field(default_factory=dict)