trustedCertificates

@JvmName(name = "wiplhbelrgrmeilc")
suspend fun trustedCertificates(value: Output<PemCertificateListArgs>)
@JvmName(name = "dtjbolxiqymptcnx")
suspend fun trustedCertificates(value: PemCertificateListArgs?)

Parameters

value

List of trusted certificate authorities when authenticating a TLS connection. A null list designates that Azure Video Analyzer's list of trusted authorities should be used.


@JvmName(name = "cfwoflmyfprkfexs")
suspend fun trustedCertificates(argument: suspend PemCertificateListArgsBuilder.() -> Unit)

Parameters

argument

List of trusted certificate authorities when authenticating a TLS connection. A null list designates that Azure Video Analyzer's list of trusted authorities should be used.