Interface CreateCertificateFromCsrResponse

Response payload to a CreateCertificateFromCsr request.

Hierarchy

  • CreateCertificateFromCsrResponse

Properties

certificateId?: string

The ID of the certificate.

certificateOwnershipToken?: string

The token to prove ownership of the certificate during provisioning.

certificatePem?: string

The certificate data, in PEM format.

Generated using TypeDoc