desktopAppAdminConfig Data Type

The desktop application system settings.

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
allow_cached_password boolean element 0/1 Controls whether the desktop application should store the users password.

If true, the desktop application will give the user the option to remember his or her password

If false, the desktop application will require the user to log in each time the application starts.

enabled boolean element 0/1 Controls whether users can use the desktop application to browse the system.
max_file_size_mbs int element 0/1 Maximum size of file that the desktop application will sync to the desktop.
sync_interval_mins int element 0/1 Controls how often the desktop application will check with the server for updated configuration and new files.
Properties inherited from baseRestObject
href string element 0/1 The path to this resource object. This is relative to the root of the REST API (https://serveraddress/rest).
link link element 0/unbounded Links to related resources. These should be used to navigate the REST API (instead of hard-coding the URLs)

Example

<admin_desktop_app_config>
  <enabled>...</enabled>
  <allow_cached_password>...</allow_cached_password>
  <max_file_size_mbs>...</max_file_size_mbs>
  <sync_interval_mins>...</sync_interval_mins>
  <href>...</href>
  <links>
    <link>
      <href>...</href>
      <rel>...</rel>
    </link>
  </links>
</admin_desktop_app_config>