SignDataResponse

  • The SignDataResponse is a response message for requesting a signature during a certificate provisioning process.

  • It contains an output-only certificateProvisioningProcess field, which is an object holding the details of the provisioning process.

  • The client-generated signature will be found in the signature field within the CertificateProvisioningProcess object.

Response message for requesting a signature from the client that initated a certificate provisioning process.

JSON representation
{
  "certificateProvisioningProcess": {
    object (CertificateProvisioningProcess)
  }
}
Fields
certificateProvisioningProcess

object (CertificateProvisioningProcess)

Output only. The certificate provisioning process. The signature generated by the client will be available in the signature field of CertificateProvisioningProcess.