GlobalRevocation
Global revocation refers to the revocation details of a certificate derived from Certificate Revocation Lists issued by the Certificate Authorities we monitor worldwide. If a certificate is identified as revoked, the reason for revocation and the date of revocation will also be provided.
type GlobalRevocation {
status: GlobalRevocationStatus
reason: GlobalRevocationReason
revokedTime: DateTime
}
Fields
GlobalRevocation.status ● GlobalRevocationStatus enum
GlobalRevocation.reason ● GlobalRevocationReason enum
GlobalRevocation.revokedTime ● DateTime scalar
Member Of
Certificate object