trustedClientCertificateNames

@JvmName(name = "teqotpgrbitqncsg")
suspend fun trustedClientCertificateNames(value: Output<List<String>>)
@JvmName(name = "gsjaqufvsyodphkq")
suspend fun trustedClientCertificateNames(value: List<String>?)

Parameters

value

The name of the Trusted Client Certificate that will be used to authenticate requests from clients.


@JvmName(name = "bokidnwydmbpiblh")
suspend fun trustedClientCertificateNames(vararg values: Output<String>)


@JvmName(name = "xlmslsicfcokrqdw")
suspend fun trustedClientCertificateNames(values: List<Output<String>>)
@JvmName(name = "qagokhtbhcweuimh")
suspend fun trustedClientCertificateNames(vararg values: String)

Parameters

values

The name of the Trusted Client Certificate that will be used to authenticate requests from clients.