Media Graph Tls Endpoint Response
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)
Properties
Link copied to clipboard
Polymorphic credentials to present to the endpoint.
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
Validation options to use when authenticating a TLS connection. By default, strict validation is used.