ServiceSecurity

data class ServiceSecurity(val enableBackendSsl30: Boolean? = null, val enableBackendTls10: Boolean? = null, val enableBackendTls11: Boolean? = null, val enableFrontendSsl30: Boolean? = null, val enableFrontendTls10: Boolean? = null, val enableFrontendTls11: Boolean? = null, val tlsEcdheEcdsaWithAes128CbcShaCiphersEnabled: Boolean? = null, val tlsEcdheEcdsaWithAes256CbcShaCiphersEnabled: Boolean? = null, val tlsEcdheRsaWithAes128CbcShaCiphersEnabled: Boolean? = null, val tlsEcdheRsaWithAes256CbcShaCiphersEnabled: Boolean? = null, val tlsRsaWithAes128CbcSha256CiphersEnabled: Boolean? = null, val tlsRsaWithAes128CbcShaCiphersEnabled: Boolean? = null, val tlsRsaWithAes128GcmSha256CiphersEnabled: Boolean? = null, val tlsRsaWithAes256CbcSha256CiphersEnabled: Boolean? = null, val tlsRsaWithAes256CbcShaCiphersEnabled: Boolean? = null, val tlsRsaWithAes256GcmSha384CiphersEnabled: Boolean? = null, val tripleDesCiphersEnabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(enableBackendSsl30: Boolean? = null, enableBackendTls10: Boolean? = null, enableBackendTls11: Boolean? = null, enableFrontendSsl30: Boolean? = null, enableFrontendTls10: Boolean? = null, enableFrontendTls11: Boolean? = null, tlsEcdheEcdsaWithAes128CbcShaCiphersEnabled: Boolean? = null, tlsEcdheEcdsaWithAes256CbcShaCiphersEnabled: Boolean? = null, tlsEcdheRsaWithAes128CbcShaCiphersEnabled: Boolean? = null, tlsEcdheRsaWithAes256CbcShaCiphersEnabled: Boolean? = null, tlsRsaWithAes128CbcSha256CiphersEnabled: Boolean? = null, tlsRsaWithAes128CbcShaCiphersEnabled: Boolean? = null, tlsRsaWithAes128GcmSha256CiphersEnabled: Boolean? = null, tlsRsaWithAes256CbcSha256CiphersEnabled: Boolean? = null, tlsRsaWithAes256CbcShaCiphersEnabled: Boolean? = null, tlsRsaWithAes256GcmSha384CiphersEnabled: Boolean? = null, tripleDesCiphersEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Should SSL 3.0 be enabled on the backend of the gateway? Defaults to false.

Link copied to clipboard

Should TLS 1.0 be enabled on the backend of the gateway? Defaults to false.

Link copied to clipboard

Should TLS 1.1 be enabled on the backend of the gateway? Defaults to false.

Link copied to clipboard

Should SSL 3.0 be enabled on the frontend of the gateway? Defaults to false.

Link copied to clipboard

Should TLS 1.0 be enabled on the frontend of the gateway? Defaults to false.

Link copied to clipboard

Should TLS 1.1 be enabled on the frontend of the gateway? Defaults to false.

Should the TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA cipher be enabled? Defaults to false.

Should the TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA cipher be enabled? Defaults to false.

Should the TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA cipher be enabled? Defaults to false.

Should the TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA cipher be enabled? Defaults to false.

Link copied to clipboard

Should the TLS_RSA_WITH_AES_128_CBC_SHA256 cipher be enabled? Defaults to false.

Link copied to clipboard

Should the TLS_RSA_WITH_AES_128_CBC_SHA cipher be enabled? Defaults to false.

Link copied to clipboard

Should the TLS_RSA_WITH_AES_128_GCM_SHA256 cipher be enabled? Defaults to false.

Link copied to clipboard

Should the TLS_RSA_WITH_AES_256_CBC_SHA256 cipher be enabled? Defaults to false.

Link copied to clipboard

Should the TLS_RSA_WITH_AES_256_CBC_SHA cipher be enabled? Defaults to false.

Link copied to clipboard

Should the TLS_RSA_WITH_AES_256_GCM_SHA384 cipher be enabled? Defaults to false.

Link copied to clipboard

Should the TLS_RSA_WITH_3DES_EDE_CBC_SHA cipher be enabled for alL TLS versions (1.0, 1.1 and 1.2)?