This table aggregates membership for all versions of the ChangeHistory object.
Versioned schema members
Any object member specific to a range of versions is indicated in its description, at what version the member was either introduced or removed. Any listed data member with no version number is common to all versions of the object.
Member | Type | Description |
---|---|---|
ChangeHistory : Change history item. | ||
action | Enumeration | required: Show every change on the certificate. The possible changes are import-certificate , renew , new-certificate , modify-san , update-network-configuration . |
actionDescription | String | required: A description of each change. |
businessCaseId | String, Null | SalesForce ID associated with this change. |
createdBy | String | required: The username of the user who initiated the change. |
createdOn | String | required: A date and timestamp when the change started. |
lastUpdated | String, Null | A date and timestamp when the change was last updated. |
multiStackedCertificates | ChangeHistory.multiStackedCertificates[] | required: Dual-stacked certificate. |
primaryCertificate | ChangeHistory.primaryCertificate, Null | Primary Certificate. |
primaryCertificateOrderDetails | ChangeHistory.primaryCertificateOrderDetails, Null | CA order details for this Change. |
ra | String | required: The certificate authority that issued the certificate. |
status | Enumeration | required: The status of the change. The possible changes are incomplete , cancelled , completed . |
ChangeHistory.multiStackedCertificates[] : Dual-stacked certificate. | ||
certificate | String, Null | Certificate text. |
csr | String, Null | Certificate CSR. |
keyAlgorithm | String, Null | v5. Key algorithm of the certificate. |
trustChain | String, Null | Certificate trust chain. |
ChangeHistory.primaryCertificate : Primary Certificate. | ||
certificate | String, Null | Certificate text. |
csr | String, Null | Certificate CSR. |
keyAlgorithm | String, Null | v5. Key algorithm of the certificate. |
trustChain | String, Null | Certificate trust chain. |
ChangeHistory.primaryCertificateOrderDetails : CA order details for this Change. | ||
geotrustOrderId | Number, Null | pre-v5. Geotrust order ID. |
orderId | String, Null | v5. Order Id. |
originalPartnerOrderId | String, Null | pre-v5. Original partner order ID. |
partnerOrderId | String, Null | pre-v5. Partner order ID. |