HttpConfigResponse

data class HttpConfigResponse(val httpEnabledState: String)

The configuration of the HTTP bridge for a device registry.

Constructors

Link copied to clipboard
fun HttpConfigResponse(httpEnabledState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If enabled, allows devices to use DeviceService via the HTTP protocol. Otherwise, any requests to DeviceService will fail for this registry.