AdvancedSettingsResponse

data class AdvancedSettingsResponse(val clients: ClientConfigResponse? = null, val encryptInternalTraffic: String? = null, val internalCerts: CertManagerCertOptionsResponse? = null)

Broker Advanced Settings

Constructors

Link copied to clipboard
constructor(clients: ClientConfigResponse? = null, encryptInternalTraffic: String? = null, internalCerts: CertManagerCertOptionsResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configurations related to All Clients.

Link copied to clipboard

The setting to enable or disable encryption of internal Traffic.

Link copied to clipboard

Certificate rotation and private key configuration.