Object describing the SSL certificate used for the test.

Hierarchy

  • SyntheticsSSLCertificateSubject

Constructors

Properties

C?: string

Country Name associated with the certificate.

CN?: string

Common Name that associated with the certificate.

L?: string

Locality associated with the certificate.

O?: string

Organization associated with the certificate.

OU?: string

Organizational Unit associated with the certificate.

ST?: string

State Or Province Name associated with the certificate.

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

Subject Alternative Name associated with the certificate.

Generated using TypeDoc