Get Authenticated Origin Pulls Result
data class GetAuthenticatedOriginPullsResult(val certId: String, val certStatus: String, val certUpdatedAt: String, val certUploadedOn: String, val certificate: String, val createdAt: String, val enabled: Boolean, val expiresOn: String, val hostname: String, val id: String, val issuer: String, val serialNumber: String, val signature: String, val status: String, val updatedAt: String, val zoneId: String)
A collection of values returned by getAuthenticatedOriginPulls.
Constructors
Link copied to clipboard
constructor(certId: String, certStatus: String, certUpdatedAt: String, certUploadedOn: String, certificate: String, createdAt: String, enabled: Boolean, expiresOn: String, hostname: String, id: String, issuer: String, serialNumber: String, signature: String, status: String, updatedAt: String, zoneId: String)
Properties
Link copied to clipboard
The hostname certificate.
Link copied to clipboard
Status of the certificate or the association. Available values: "initializing", "pendingdeployment", "pendingdeletion", "active", "deleted", "deploymenttimedout", "deletiontimedout".
Link copied to clipboard
The time when the certificate was updated.
Link copied to clipboard
The time when the certificate was uploaded.
Link copied to clipboard
The serial number on the uploaded certificate.