Device Gateway Config Args
data class DeviceGatewayConfigArgs(val gatewayAuthMethod: Output<String>? = null, val gatewayType: Output<String>? = null, val lastAccessedGatewayId: Output<String>? = null, val lastAccessedGatewayTime: Output<String>? = null) : ConvertibleToJava<DeviceGatewayConfigArgs>
Properties
Link copied to clipboard
Indicates whether the device is a gateway. Possible values are: ASSOCIATION_ONLY
, DEVICE_AUTH_TOKEN_ONLY
, ASSOCIATION_AND_DEVICE_AUTH_TOKEN
.
Link copied to clipboard
Indicates whether the device is a gateway. Default value is NON_GATEWAY
. Possible values are: GATEWAY
, NON_GATEWAY
.
Link copied to clipboard
(Output) The ID of the gateway the device accessed most recently.
Link copied to clipboard
(Output) The most recent time at which the device accessed the gateway specified in last_accessed_gateway.