The desktop application system settings.
name | data type | description |
---|---|---|
allow_cached_password | boolean | 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 | Controls whether users can use the desktop application to browse the system. |
max_file_size_mbs | number | Maximum size of file that the desktop application will sync to the desktop. |
sync_interval_mins | number | Controls how often the desktop application will check with the server for updated configuration and new files. |
Properties inherited from BaseRestObject |
||
href | string | The path to this resource object. This is relative to the root of the REST API (https://serveraddress/rest). |
links | array of Link | Links to related resources. These should be used to navigate the REST API (instead of hard-coding the URLs) |
Example
{ "enabled" : true, "allow_cached_password" : true, "max_file_size_mbs" : 12345, "sync_interval_mins" : 12345, "process_config" : { "allow_unlisted_processes" : true, "mac_processes" : { "allowed_processes" : [ { }, { } ], "blocked_processes" : [ { }, { } ], "href" : "...", "links" : [ { }, { } ] }, "windows_processes" : { "allowed_processes" : [ { }, { } ], "blocked_processes" : [ { }, { } ], "href" : "...", "links" : [ { }, { } ] }, "href" : "...", "links" : [ { "href" : "...", "rel" : "..." }, { "href" : "...", "rel" : "..." } ] }, "href" : "...", "links" : [ { "href" : "...", "rel" : "..." }, { "href" : "...", "rel" : "..." } ] }