Media Graph Tls Endpoint Args
data class MediaGraphTlsEndpointArgs(val credentials: Output<MediaGraphUsernamePasswordCredentialsArgs>? = null, val odataType: Output<String>, val trustedCertificates: Output<MediaGraphPemCertificateListArgs>? = null, val url: Output<String>, val validationOptions: Output<MediaGraphTlsValidationOptionsArgs>? = null) : ConvertibleToJava<MediaGraphTlsEndpointArgs>
An endpoint which must be connected over TLS/SSL.
Constructors
Link copied to clipboard
fun MediaGraphTlsEndpointArgs(credentials: Output<MediaGraphUsernamePasswordCredentialsArgs>? = null, odataType: Output<String>, trustedCertificates: Output<MediaGraphPemCertificateListArgs>? = null, url: Output<String>, validationOptions: Output<MediaGraphTlsValidationOptionsArgs>? = null)