SignalRTlsSettingsArgs

data class SignalRTlsSettingsArgs(val clientCertEnabled: Output<Boolean>? = null) : ConvertibleToJava<SignalRTlsSettingsArgs>

TLS settings for the resource

Constructors

Link copied to clipboard
constructor(clientCertEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val clientCertEnabled: Output<Boolean>? = null

Request client certificate during TLS handshake if enabled. Not supported for free tier. Any input will be ignored for free tier.

Functions

Link copied to clipboard
open override fun toJava(): SignalRTlsSettingsArgs