SelfManagedCertificateResponse

data class SelfManagedCertificateResponse(val pemCertificate: String, val pemPrivateKey: String)

Certificate data for a SelfManaged Certificate. SelfManaged Certificates are uploaded by the user. Updating such certificates before they expire remains the user's responsibility.

Constructors

Link copied to clipboard
constructor(pemCertificate: String, pemPrivateKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Input only. The PEM-encoded certificate chain. Leaf certificate comes first, followed by intermediate ones if any.

Link copied to clipboard

Input only. The PEM-encoded private key of the leaf certificate.