CertificateSigningRequestStatusPatch

data class CertificateSigningRequestStatusPatch(val certificate: String? = null, val conditions: List<CertificateSigningRequestConditionPatch>? = null)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certificate: String? = null

If request was approved, the controller will place the issued certificate here.

Link copied to clipboard

Conditions applied to the request, such as approval or denial.