Class SyntheticsTestRequestCertificateItem

Define a request certificate.

Hierarchy

  • SyntheticsTestRequestCertificateItem

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
content?: string

Content of the certificate or key.

filename?: string

File name for the certificate or key.

updatedAt?: string

Date of update of the certificate or key, ISO format.

Generated using TypeDoc