interface Proxy {
    authorization?: ProxyAuthorization;
    description?: string;
    friendlyName?: string;
    globalDefault?: boolean;
    site?: string;
    siteDefault?: boolean;
    url?: string;
}

Properties

authorization?: ProxyAuthorization
description?: string

This is a description string

friendlyName?: string

The friendly name of the server

globalDefault?: boolean
site?: string

This is a string representation of the site that the proxy server is located in (e.g. "NA-WA-RED")

siteDefault?: boolean
url?: string

The URL of the proxy server