Skip to main content

approveCertificateRevocation

Approves or rejects a pending certificate revocation request.

approveCertificateRevocation(
fingerprint: ID!
rejectReason: String
decision: ApproverDecision!
): Certificate

Arguments

approveCertificateRevocation.fingerprint ● ID! non-null scalar

The SHA1 fingerprint of the certificate with a pending revocation request.

approveCertificateRevocation.rejectReason ● String scalar

Required when rejecting: the reason for rejecting the revocation request.

approveCertificateRevocation.decision ● ApproverDecision! non-null enum

The approval decision: APPROVE or REJECT.

Type

Certificate object

Certificate represents a managed certificate, including its metadata, lifecycle state, cryptographic details, and relationships to certificate authorities, applications, and cloud installations.