GetOriginCaCertificateResult

data class GetOriginCaCertificateResult(val certificate: String, val expiresOn: String, val hostnames: List<String>, val id: String, val requestType: String, val revokedAt: String)

A collection of values returned by getOriginCaCertificate.

Constructors

Link copied to clipboard
constructor(certificate: String, expiresOn: String, hostnames: List<String>, id: String, requestType: String, revokedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Origin CA certificate.

Link copied to clipboard

The timestamp when the certificate will expire.

Link copied to clipboard

A list of hostnames or wildcard names bound to the certificate.

Link copied to clipboard
val id: String

The Origin CA Certificate unique identifier.

Link copied to clipboard

The signature type desired on the certificate. Available values: origin-rsa, origin-ecc, keyless-certificate

Link copied to clipboard

The timestamp when the certificate was revoked.