CertManagerPrivateKeyResponse

data class CertManagerPrivateKeyResponse(val algorithm: String, val rotationPolicy: String)

Cert Manager private key properties

Constructors

Link copied to clipboard
constructor(algorithm: String, rotationPolicy: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

algorithm for private key.

Link copied to clipboard

cert-manager private key rotationPolicy.