UnsecuredEndpointResponse

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Credentials to be presented to the endpoint.

Link copied to clipboard

Describes the tunnel through which Video Analyzer can connect to the endpoint URL. This is an optional property, typically used when the endpoint is behind a firewall.

Link copied to clipboard

The discriminator for derived types. Expected value is '#Microsoft.VideoAnalyzer.UnsecuredEndpoint'.

Link copied to clipboard
val url: String

The endpoint URL for Video Analyzer to connect to.