Waiting for engine...
Skip to main content

Port

No description

type Port {
internalPortNumber: Int!
internalSslEnabled: Boolean
externalPortNumber: Int
externalSslEnabled: Boolean
authType: HTTPServerAuthType!
}

Fields

Port.internalPortNumber ● Int! non-null scalar miscellaneous

Internal port at which Atom listens to

Port.internalSslEnabled ● Boolean scalar miscellaneous

Indicates whether internal port uses SSL

Port.externalPortNumber ● Int scalar miscellaneous

External port at which Atom listens to

Port.externalSslEnabled ● Boolean scalar miscellaneous

Indicates whether external port uses SSL

Port.authType ● HTTPServerAuthType! non-null enum platform

The Authetication Type used to communicate with the Atom at the specified port

Member Of

Atom object

On this Page