INPUT_OBJECT

ProxySettingsInput

Description

Input for creating target proxy setting.

link GraphQL Schema definition

  • input ProxySettingsInput {
  • # Filed for specifying the IP address or FQDN of the proxy server.
  • proxyServer: String
  • # Field for specifying port number of the proxy.
  • portNumber: Int
  • # Field for specifying username of the proxy.
  • username: String
  • # Field for specifying password of the proxy.
  • password: String
  • # Field for specifying protocol of the proxy.
  • protocol: String
  • }