| Name | Type | Description | Notes |
|---|---|---|---|
| httpEnabledState | String | HttpEnabledState: If enabled, allows devices to use DeviceService via the HTTP protocol. Otherwise, any requests to DeviceService will fail for this registry. Possible values: "HTTP_STATE_UNSPECIFIED" - No HTTP state specified. If not specified, DeviceService will be enabled by default. "HTTP_ENABLED" - Enables DeviceService (HTTP) service for the registry. "HTTP_DISABLED" - Disables DeviceService (HTTP) service for the registry. | [optional] |
-
ENABLED(value:"HTTP_ENABLED") -
DISABLED(value:"HTTP_DISABLED") -
STATE_UNSPECIFIED(value:"HTTP_STATE_UNSPECIFIED")