sn_appclient.app.install.offline
ServiceNow property description:
Indicates if offline app installation is enabled
Attributes
- Sys ID: 426a662b93032300ebd4f157b67ffbe4
- Type: true | false
- Application: Scoped App Client
- Default value: false

AI generated property description:
The ServiceNow property `sn_appclient.app.install.offline` indicates whether offline application installation is enabled. According to the provided documentation, this property is crucial for configuring application repositories in air-gapped environments, where direct internet access is restricted. When set to true, it allows the installation of applications from a local repository rather than requiring an internet connection. This is particularly useful for organizations that need to maintain strict security protocols and cannot allow their ServiceNow instances to connect to external networks. The property ensures that applications can still be installed and updated in such isolated environments.
Source