OCSP response update timestamps.

Hierarchy

  • SyntheticsTestResultOCSPUpdates

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
nextUpdate?: number

Unix timestamp (ms) of the next expected OCSP update.

producedAt?: number

Unix timestamp (ms) of when the OCSP response was produced.

thisUpdate?: number

Unix timestamp (ms) of this OCSP update.

Generated using TypeDoc