interface ListCertificatesResponse {
    certificates: LB.v1.Certificate[];
    totalCount: number;
}

Properties

certificates: LB.v1.Certificate[]

List of certificate objects.

totalCount: number

The total number of objects.