CertManagerPrivateKeyResponse

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

Cert Manager private key properties

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

algorithm for private key.

Link copied to clipboard

cert-manager rotationPolicy.

Link copied to clipboard
val size: Int

size of private key.