Cert Manager Cert Options Response
    data class CertManagerCertOptionsResponse(val duration: String, val privateKey: CertManagerPrivateKeyResponse, val renewBefore: String)
Cert Manager CA Cert properties
Constructors
Link copied to clipboard
                fun CertManagerCertOptionsResponse(duration: String, privateKey: CertManagerPrivateKeyResponse, renewBefore: String)