MediaGraphClearEndpointResponse

data class MediaGraphClearEndpointResponse(val credentials: MediaGraphUsernamePasswordCredentialsResponse? = null, val odataType: String, val url: String)

An endpoint to connect to with no encryption in transit.

Constructors

Link copied to clipboard
constructor(credentials: MediaGraphUsernamePasswordCredentialsResponse? = null, odataType: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Polymorphic credentials to present to the endpoint.

Link copied to clipboard

The discriminator for derived types. Expected value is '#Microsoft.Media.MediaGraphClearEndpoint'.

Link copied to clipboard
val url: String

Url for the endpoint.