UnsecuredEndpointArgs

data class UnsecuredEndpointArgs(val credentials: Output<UsernamePasswordCredentialsArgs>, val tunnel: Output<SecureIotDeviceRemoteTunnelArgs>? = null, val type: Output<String>, val url: Output<String>) : ConvertibleToJava<UnsecuredEndpointArgs>

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: Output<UsernamePasswordCredentialsArgs>, tunnel: Output<SecureIotDeviceRemoteTunnelArgs>? = null, type: Output<String>, url: Output<String>)

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
val type: Output<String>

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

Link copied to clipboard
val url: Output<String>

The endpoint URL for Video Analyzer to connect to.

Functions

Link copied to clipboard
open override fun toJava(): UnsecuredEndpointArgs