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
fun MediaGraphTlsEndpointResponse(credentials: MediaGraphUsernamePasswordCredentialsResponse? = null, odataType: String, trustedCertificates: MediaGraphPemCertificateListResponse? = null, url: String, validationOptions: MediaGraphTlsValidationOptionsResponse? = null)