ZeroTrustGatewaySettingsCustomCertificate

data class ZeroTrustGatewaySettingsCustomCertificate(val enabled: Boolean, val id: String? = null, val updatedAt: String? = null)

Constructors

constructor(enabled: Boolean, id: String? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether TLS encryption should use a custom certificate.

Link copied to clipboard
val id: String? = null

ID of custom certificate.

Link copied to clipboard
val updatedAt: String? = null