PageOfCertificate

PageOfCertificate
PageOfCertificate

Represents a page of elements of a single type

JSON Example
{
    "elements": [
        {
            "caChain": [
                "Certificate Object"
            ],
            "domain": "string",
            "expirationStatus": "One among: ACTIVE, ABOUT_TO_EXPIRE, EXPIRED",
            "getCertificateError": "string",
            "isInstalled": false,
            "issuedBy": "string",
            "issuedTo": "string",
            "keySize": "One among: 2048, 3072, 4096",
            "notAfter": "string",
            "notBefore": "string",
            "numberOfDaysToExpire": 0,
            "pemEncoded": "string",
            "publicKey": "string",
            "publicKeyAlgorithm": "One among: RSA",
            "serialNumber": "string",
            "signatureAlgorithm": "string",
            "subject": "string",
            "subjectAlternativeName": [
                "string"
            ],
            "thumbprint": "string",
            "thumbprintAlgorithm": "string",
            "version": "string"
        }
    ],
    "pageMetadata": {
        "pageNumber": 0,
        "pageSize": 0,
        "totalElements": 0,
        "totalPages": 0
    }
}
elements
Optional

The list of elements included in this page

pageMetadata
Optional

Represents pageable elements pagination metadata