Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreateKeysAndCertificateResponse

Response payload to a CreateKeysAndCertificate request.

Hierarchy

  • CreateKeysAndCertificateResponse

Index

Properties

Optional certificateId

certificateId: undefined | string

The certificate id.

Optional certificateOwnershipToken

certificateOwnershipToken: undefined | string

The token to prove ownership of the certificate during provisioning.

Optional certificatePem

certificatePem: undefined | string

The certificate data, in PEM format.

Optional privateKey

privateKey: undefined | string

The private key.

Generated using TypeDoc