Tls Cert Method Response
data class TlsCertMethodResponse(val certManagerCertificateSpec: CertManagerCertificateSpecResponse? = null, val manual: X509ManualCertificateResponse? = null, val mode: String)
Collection of different TLS types, NOTE- Enum at a time only one of them needs to be supported
Constructors
Link copied to clipboard
constructor(certManagerCertificateSpec: CertManagerCertificateSpecResponse? = null, manual: X509ManualCertificateResponse? = null, mode: String)