Gateway Config Response
data class GatewayConfigResponse(val gatewayAuthMethod: String, val gatewayType: String, val lastAccessedGatewayId: String, val lastAccessedGatewayTime: String)
Gateway-related configuration and state.
Properties
Link copied to clipboard
Indicates how to authorize and/or authenticate devices to access the gateway.
Link copied to clipboard
Indicates whether the device is a gateway.
Link copied to clipboard
Output only The ID of the gateway the device accessed most recently.
Link copied to clipboard
Output only The most recent time at which the device accessed the gateway specified in last_accessed_gateway
.