Skip to main content

Proxy

Proxy type for e.g. cloud services.

type Proxy {
id: ID!
name: String
customer: Customer
httpProxyHost: String
httpProxyUser: String
httpProxyPassword: String
bypassHosts: String
}

Fields

Proxy.id ● ID! non-null scalar

The ID of this proxy.

Proxy.name ● String scalar

The name of this proxy.

Proxy.customer ● Customer object

An associated customer for this proxy.

Proxy.httpProxyHost ● String scalar

The HTTP proxy host.

Proxy.httpProxyUser ● String scalar

Proxy.httpProxyPassword ● String scalar

Proxy.bypassHosts ● String scalar

Returned By

proxies query

Member Of

CloudService object ● ContentRepository object ● ProxyReference object