AppInstance
disable_auto_stop: boolname: strparams: dict | Nonerequires_authentication: boolresource_model_id: strresources: list[gws_core.resource.resource.Resource] | NoneInitialize self. See help(type(self)) for accurate signature.
strstrShellProxybool - TrueGet the type of the app.
AppTypeShellProxyGet the source ids of the app
listboolboolSet the user to be used in dev mode and return the user access token
strSet if the app should not be automatically stopped when no connections are detected. By default, the app is automatically stopped when no connections are detected.
boolSet the resources of the app
: param resources: description : type resources: List[str]
listdictSet if the app requires authentication. By default it requires authentication. If the app does not require authentication, the user access tokens are not used. In this case the system user is used to access the app.
: param requires_authentication: True if the app requires authentication : type requires_authentication: bool
boolAppInstanceDTOReturn true if the app was generated from the given resource model id
strbool