Object describing the issuer of a SSL certificate.

Hierarchy

  • SyntheticsSSLCertificateIssuer

Constructors

Properties

Constructors

Properties

C?: string

Country Name that issued the certificate.

CN?: string

Common Name that issued certificate.

L?: string

Locality that issued the certificate.

O?: string

Organization that issued the certificate.

OU?: string

Organizational Unit that issued the certificate.

ST?: string

State Or Province Name that issued 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

Generated using TypeDoc