Skip to main content

CertificateList

A paginated list of certificates.

type CertificateList {
nextCursor: String
nodes: [Certificate]
total: Int
}

Fields

CertificateList.nextCursor ● String scalar common

The cursor for the next page of certificates.

CertificateList.nodes ● [Certificate] list object common

The certificates returned in the current page.

CertificateList.total ● Int scalar common

The total number of matching certificates.

Member Of

Domain object