Unsecured Endpoint Response
data class UnsecuredEndpointResponse(val credentials: UsernamePasswordCredentialsResponse, val tunnel: SecureIotDeviceRemoteTunnelResponse? = null, val type: String, val url: String)
Unsecured endpoint describes an endpoint that the pipeline can connect to over clear transport (no encryption in transit).
Constructors
Link copied to clipboard
constructor(credentials: UsernamePasswordCredentialsResponse, tunnel: SecureIotDeviceRemoteTunnelResponse? = null, type: String, url: String)