google_api_android_management v0.18.0 GoogleApi.AndroidManagement.V1.Model.ProxyInfo View Source
Configuration info for an HTTP proxy. For a direct proxy, set the host, port, and excluded_hosts fields. For a PAC script proxy, set the pac_uri field.
Attributes
excludedHosts
(type:list(String.t)
, default:nil
) - For a direct proxy, the hosts for which the proxy is bypassed. The host names may contain wildcards such as *.example.com.host
(type:String.t
, default:nil
) - The host of the direct proxy.pacUri
(type:String.t
, default:nil
) - The URI of the PAC script used to configure the proxy.port
(type:integer()
, default:nil
) - The port of the direct proxy.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.