Get Zero Trust Gateway Certificate Result
data class GetZeroTrustGatewayCertificateResult(val accountId: String, val bindingStatus: String, val certificate: String, val certificateId: String? = null, val createdAt: String, val expiresOn: String, val fingerprint: String, val id: String, val inUse: Boolean, val issuerOrg: String, val issuerRaw: String, val type: String, val updatedAt: String, val uploadedOn: String)
A collection of values returned by getZeroTrustGatewayCertificate.
Properties
Link copied to clipboard
The deployment status of the certificate on Cloudflare's edge. Certificates in the 'available' (previously called 'active') state may be used for Gateway TLS interception. Available values: "pendingdeployment", "available", "pendingdeletion", "inactive".
Link copied to clipboard
The CA certificate
Link copied to clipboard
Certificate UUID tag.
Link copied to clipboard
The SHA256 fingerprint of the certificate.
Link copied to clipboard