Waiting for engine...
Skip to main content

ForwardProxyUpdateResult

Result of a forward proxy update operation including status and warnings.

type ForwardProxyUpdateResult {
status: ForwardProxyUpdateStatus!
warnings: [ForwardProxyUpdateWarning]
}

Fields

ForwardProxyUpdateResult.status ● ForwardProxyUpdateStatus! non-null enum platform

The status of the update operation.

ForwardProxyUpdateResult.warnings ● [ForwardProxyUpdateWarning] list object platform

List of warnings generated during the update operation.

On this Page