CertManagerCertOptionsResponse

data class CertManagerCertOptionsResponse(val duration: String, val privateKey: CertManagerPrivateKeyResponse, val renewBefore: String)

Cert Manager CA Cert properties

Constructors

Link copied to clipboard
constructor(duration: String, privateKey: CertManagerPrivateKeyResponse, renewBefore: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Duration of CA cert.

Link copied to clipboard

Cert Manager private key.

Link copied to clipboard

Renew before time of CA cert.