MediaGraphTlsEndpointResponse

data class MediaGraphTlsEndpointResponse(val credentials: MediaGraphUsernamePasswordCredentialsResponse? = null, val odataType: String, val trustedCertificates: MediaGraphPemCertificateListResponse? = null, val url: String, val validationOptions: MediaGraphTlsValidationOptionsResponse? = null)

An endpoint which must be connected over TLS/SSL.

Constructors

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

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.MediaGraphTlsEndpoint'.

Link copied to clipboard

What certificates should be trusted when authenticating a TLS connection. Null designates that Azure Media's source of trust should be used.

Link copied to clipboard
val url: String

Url for the endpoint.

Link copied to clipboard

Validation options to use when authenticating a TLS connection. By default, strict validation is used.