GetZeroTrustGatewaySettingsSettingsCustomCertificate

data class GetZeroTrustGatewaySettingsSettingsCustomCertificate(val bindingStatus: String, val enabled: Boolean, val id: String, val updatedAt: String)

Constructors

constructor(bindingStatus: String, enabled: Boolean, id: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Certificate status (internal).

Link copied to clipboard

Enable use of custom certificate authority for signing Gateway traffic.

Link copied to clipboard
val id: String

UUID of certificate (ID from MTLS certificate store).

Link copied to clipboard