Skip to main content

RecoverCertificatesInput

RecoverCertificateInput defines the input required for recovering one or more retired certificates

input RecoverCertificatesInput {
certificates: [RecoverCertificateInput!]!
applicationIds: [ID!]
}

Fields

RecoverCertificatesInput.certificates ● [RecoverCertificateInput!]! non-null input

List of certificates to recover

RecoverCertificatesInput.applicationIds ● [ID!] list scalar

An optional list of application IDs to associate with the recovered certificates

Member Of

recoverCertificates mutation