GetAuthenticatedOriginPullsCertificatesResult

data class GetAuthenticatedOriginPullsCertificatesResult(val certificate: String, val enabled: Boolean, val expiresOn: String, val id: String, val issuer: String, val privateKey: String, val signature: String, val status: String, val uploadedOn: String)

Constructors

constructor(certificate: String, enabled: Boolean, expiresOn: String, id: String, issuer: String, privateKey: String, signature: String, status: String, uploadedOn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The zone's leaf certificate.

Link copied to clipboard

Indicates whether zone-level authenticated origin pulls is enabled.

Link copied to clipboard

When the certificate from the authority expires.

Link copied to clipboard
val id: String

Identifier

Link copied to clipboard

The certificate authority that issued the certificate.

Link copied to clipboard

The zone's private key.

Link copied to clipboard

The type of hash used for the certificate.

Link copied to clipboard

Status of the certificate activation. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".

Link copied to clipboard

This is the time the certificate was uploaded.