approveCertificateRevocationInBulk
Approves or rejects pending certificate revocation requests in bulk. Returns an operation ID to track the status of each individual approval.
approveCertificateRevocationInBulk(
fingerprints: [ID!]!
rejectReason: String
decision: ApproverDecision!
wsClientId: String
): String
Arguments
approveCertificateRevocationInBulk.fingerprints ● [ID!]! non-null scalar
The SHA1 fingerprints of the certificates with pending revocation requests.
approveCertificateRevocationInBulk.rejectReason ● String scalar
Required when rejecting: the reason for rejecting the revocation requests.
approveCertificateRevocationInBulk.decision ● ApproverDecision! non-null enum
The approval decision to apply to all certificates: APPROVE or REJECT.
approveCertificateRevocationInBulk.wsClientId ● String scalar
Optional WebSocket client ID for receiving real-time progress updates.
Type
String scalar
The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.