certificates-error

certificates-error
certificates-error

Error Message that is returned as part of HTTP response in case of certificates issue, during adapter connection testing.

AllOf
This class requires all of the following:
JSON Example
{
    "message": "string",
    "inputBodyLocation": {
        "lineNumber": 0,
        "columnNumber": 0
    },
    "validationFailures": [
        {
            "failureMessage": "string",
            "violationPath": "string"
        }
    ],
    "moreInformation": [
        {
            "name": "string",
            "value": "string"
        }
    ],
    "links": [
        {
            "href": "string",
            "rel": "string",
            "name": "string",
            "description": "string"
        }
    ],
    "extension": {
        "anyObjects": [
            {}
        ]
    },
    "httpStatusCode": 0,
    "apiErrorCode": 0,
    "type": "string",
    "certificates": [
        {
            "integrationType": "string",
            "certificates": [
                {
                    "thumbprint": "string",
                    "certificateDetails": "string",
                    "certificate": "string",
                    "issuedTo": "string",
                    "issuedBy": "string",
                    "expires": "string"
                }
            ]
        }
    ]
}