StaleCertificatesListResult

StaleCertificatesListResult
StaleCertificatesListResult

List of stale certificates

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "cursor": "string",
    "result_count": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "result": [
        {
            "certificate_id": "string",
            "node_id": "string",
            "service_type": "string",
            "display_name": "string"
        }
    ]
}