K8sNetworkSettingsResponse

data class K8sNetworkSettingsResponse(val forceencryption: Int? = null, val tlsciphers: String? = null, val tlsprotocols: String? = null)

The kubernetes network settings information.

Constructors

Link copied to clipboard
constructor(forceencryption: Int? = null, tlsciphers: String? = null, tlsprotocols: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val forceencryption: Int? = null

If 1, then SQL Server forces all connections to be encrypted. By default, this option is 0

Link copied to clipboard
val tlsciphers: String? = null

Specifies which ciphers are allowed by SQL Server for TLS

Link copied to clipboard
val tlsprotocols: String? = null

A comma-separated list of which TLS protocols are allowed by SQL Server