Class CreateKeysAndCertificateResponse


  • public class CreateKeysAndCertificateResponse
    extends Object
    Response payload to a CreateKeysAndCertificate request.
    • Field Detail

      • certificateId

        public String certificateId
        The certificate id.
      • certificatePem

        public String certificatePem
        The certificate data, in PEM format.
      • privateKey

        public String privateKey
        The private key.
      • certificateOwnershipToken

        public String certificateOwnershipToken
        The token to prove ownership of the certificate during provisioning.
    • Constructor Detail

      • CreateKeysAndCertificateResponse

        public CreateKeysAndCertificateResponse()