TlsCertMethodResponse

data class TlsCertMethodResponse(val automatic: AutomaticCertMethodResponse? = null, val keyVault: KeyVaultCertificatePropertiesResponse? = null, val manual: ManualCertMethodResponse? = null)

Collection of different TLS types, NOTE- Enum at a time only one of them needs to be supported

Constructors

Link copied to clipboard
constructor(automatic: AutomaticCertMethodResponse? = null, keyVault: KeyVaultCertificatePropertiesResponse? = null, manual: ManualCertMethodResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Option 1 - Automatic TLS server certificate management with cert-manager.

Link copied to clipboard

Option 3 - TLS server certificate retrieved from Key Vault..

Link copied to clipboard

Option 2 - Manual TLS server certificate management through a defined secret.