GetAuthenticatedOriginPullsResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier.

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 time when the certificate was created.

Link copied to clipboard

Indicates whether hostname-level authenticated origin pulls is enabled. A null value voids the association.

Link copied to clipboard

The date when the certificate expires.

Link copied to clipboard

The hostname on the origin for which the client certificate uploaded will be used.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The certificate authority that issued the certificate.

Link copied to clipboard

The serial number on the uploaded certificate.

Link copied to clipboard

The type of hash used for the 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

Identifier.