Interface CreateKeysAndCertificateResponse

Response payload to a CreateKeysAndCertificate request.

Hierarchy

  • CreateKeysAndCertificateResponse

Properties

certificateId?: string

The certificate id.

certificateOwnershipToken?: string

The token to prove ownership of the certificate during provisioning.

certificatePem?: string

The certificate data, in PEM format.

privateKey?: string

The private key.

Generated using TypeDoc