Class SyntheticsTestResultOCSPResponse

OCSP response received while validating a certificate.

Hierarchy

  • SyntheticsTestResultOCSPResponse

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

Certificate details returned in an OCSP response.

status?: string

OCSP response status (for example, good, revoked, unknown).

OCSP response update timestamps.

Generated using TypeDoc