View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1alpha1SignDataResponse (google_api_chrome_management v0.9.0)

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

Attributes

  • certificateProvisioningProcess (type: GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess.t, default: nil) - Output only. The certificate provisioning process. The signature generated by the client will be available in the signature field of CertificateProvisioningProcess.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1alpha1SignDataResponse{
    certificateProvisioningProcess:
      GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess.t()
      | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.