CloudAgentSettings Data Type

Properties
name data type constraints description
cloudAgentWindowsHost string  
cloudAgentWindowsUser string  
cloudAgentWindowsPassword string  
cloudAgentTaskProgressRefreshInterval number required

Example

{
  "cloudAgentWindowsHost" : "...",
  "cloudAgentWindowsUser" : "...",
  "cloudAgentWindowsPassword" : "...",
  "cloudAgentTaskProgressRefreshInterval" : 12345
}